Find answers from the community

Updated 3 weeks ago

Azure

Hello, this question is about integrating RAG in llama-index with Azure cloud, in particular the cloud DB (Azure Cosmos DB NoSQL or Azure Cosmos DB for Mongo).
My RAG is based on the example in the docs Multi-Document Agents (V1), with retrieval on Nodes and mapping to Documents. I gave Azure Cosmos DB NoSQL a try but A) I got stuck when uploading Nodes, whereas Documents work; B) llama-index-vector-stores-azurecosmosnosql seems to be old and get into dependency issues. Am I missing something?
L
2 comments
You might need to give a code example for the nodes vs documents thing
The vector store isn't that old? It only has one main dependency
https://github.com/run-llama/llama_index/blob/d4a31cf6ddb5dd7e2898ad3b33ff880aaa86de11/llama-index-integrations/vector_stores/llama-index-vector-stores-azureaisearch/pyproject.toml#L33

If that's out of date, I welcome a PR to bump it (i don't have access to test it)
Add a reply
Sign up and join the conversation on Discord