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?