Skip to content

Commit f51ec23

Browse files
Merge pull request #4851 from Albertyang0/2026_04-Monthly-broken-links-fix-110
2026_04 - Fix monthly broken links
2 parents a0a0095 + b67e57d commit f51ec23

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/cosmos-db/visualize-qlik-sense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the details of connecting to the Azure Cosmos DB API for
3737

3838
Before following the instructions in this article, ensure that you have the following resources ready:
3939

40-
* Download the [Qlik Sense Desktop](https://www.qlik.com/us/trial/download-qlik-sense-desktop) or set up Qlik Sense in Azure by [Installing the Qlik Sense marketplace item](https://azuremarketplace.microsoft.com/marketplace/apps/qlik.qlik-sense).
40+
* Download the [Qlik Sense Desktop](https://www.qlik.com/us/trial/download-qlik-sense-desktop) or set up Qlik Sense in Azure by [Installing the Qlik Sense marketplace item](https://marketplace.microsoft.com/product/saas/qlik.qlik_data_integration_platform).
4141

4242
* Download the [video game data](https://www.kaggle.com/gregorut/videogamesales), this sample data is in CSV format. You will store this data in an Azure Cosmos DB account and visualize it in Qlik Sense.
4343

articles/documentdb/vector-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,11 +689,11 @@ Use Semantic Kernel to orchestrate your information retrieval from Azure Documen
689689

690690
### Use as a vector database with LangChain
691691

692-
Use LangChain to orchestrate your information retrieval from Azure DocumentDB and your LLM. For more information, see [LangChain integrations for Azure DocumentDB](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db/).
692+
Use LangChain to orchestrate your information retrieval from Azure DocumentDB and your LLM. For more information, see [LangChain integrations for Azure DocumentDB](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql/).
693693

694694
### Use as a semantic cache with LangChain
695695

696-
Use LangChain and Azure DocumentDB to orchestrate Semantic Caching, using previously recorded LLM responses that can save you LLM API costs and reduce latency for responses. For more information, see [LangChain integration with Azure DocumentDB](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db/).
696+
Use LangChain and Azure DocumentDB to orchestrate Semantic Caching, using previously recorded LLM responses that can save you LLM API costs and reduce latency for responses. For more information, see [LangChain integration with Azure DocumentDB](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql/).
697697

698698
## Features and limitations
699699

@@ -714,8 +714,8 @@ This guide shows how to create a vector index, add documents that have vector da
714714
- [.NET RAG pattern retail reference solution](https://github.com/Azure/Vector-Search-AI-Assistant-MongoDBvCore)
715715
- [C# RAG pattern - Integrate OpenAI Services with Cosmos](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-MongoDBvCore)
716716
- [Python RAG pattern - Azure product chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/Python/CosmosDB-MongoDB-vCore)
717-
- [Python notebook tutorial - Vector database integration through LangChain](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db)
718-
- [Python notebook tutorial - LLM Caching integration through LangChain](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db/)
717+
- [Python notebook tutorial - Vector database integration through LangChain](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql)
718+
- [Python notebook tutorial - LLM Caching integration through LangChain](https://docs.langchain.com/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql/)
719719
- [Python - LlamaIndex integration](https://developers.llamaindex.ai/python/examples/vector_stores/azurecosmosdbmongodbvcoredemo/)
720720
- [Python - Semantic Kernel memory integration](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory_stores/azure_cosmosdb)
721721

0 commit comments

Comments
 (0)