Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcodella authored Sep 16, 2024
1 parent b82ab93 commit 2619adc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ This is the official hub for demos, code, tutorials, videos, and documentation f
**Azure Cosmos DB for NoSQL**

- Semantic Kernel [C#](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.AzureCosmosDBNoSQL), [Python](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb_no_sql)
- LangChain [Python](https://python.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmos_db_no_sql/) [JS](https://js.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmosdb_nosql/)
- LlamaIndex (Coming soon!)
- LangChain [Python](https://python.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmos_db_no_sql/) [JS](https://js.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmosdb_nosql/) [Java](https://docs.langchain4j.dev/integrations/embedding-stores/azure-cosmos-nosql)
- LlamaIndex [Python](https://docs.llamaindex.ai/en/stable/examples/vector_stores/AzureCosmosDBNoSqlDemo/)
- PromptFlow plugin [Python](https://github.com/microsoft/pf-azuredb)

**vCore-based Azure Cosmos DB for MongoDB**

- Semantic Kernel [C#](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.AzureCosmosDBMongoDB), [Python](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb)
- LangChain [Python](https://python.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmos_db/) [JS](https://js.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmosdb_mongodb/)
- LangChain [Python](https://python.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmos_db/) [JS](https://js.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmosdb_mongodb/) [Java](https://docs.langchain4j.dev/integrations/embedding-stores/azure-cosmos-mongo-vcore)

- LlamaIndex [Python](https://docs.llamaindex.ai/en/stable/examples/vector_stores/AzureCosmosDBMongoDBvCoreDemo/)
- PromptFlow plugin [Python](https://github.com/microsoft/pf-azuredb)
Expand Down

0 comments on commit 2619adc

Please sign in to comment.