You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/visualize-qlik-sense.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This article describes the details of connecting to the Azure Cosmos DB API for
37
37
38
38
Before following the instructions in this article, ensure that you have the following resources ready:
39
39
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).
41
41
42
42
* 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.
Copy file name to clipboardExpand all lines: articles/documentdb/vector-search.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -689,11 +689,11 @@ Use Semantic Kernel to orchestrate your information retrieval from Azure Documen
689
689
690
690
### Use as a vector database with LangChain
691
691
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/).
693
693
694
694
### Use as a semantic cache with LangChain
695
695
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/).
697
697
698
698
## Features and limitations
699
699
@@ -714,8 +714,8 @@ This guide shows how to create a vector index, add documents that have vector da
0 commit comments