How to use GraphRAG with existing Cosmos DB NoSQL data? #200
-
Hi, We have a Cosmos DB NoSQL database containing millions of rows of data, which we have chunked in a way that makes sense for our application. I would love to be able to use this as the source of data which GraphRAG would index. Is this possible? If not supported out-of-the-box, which components would we need to edit? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I hope that this response will help you.
If your chunk can work with the index created, then the concept out-of-the-box works, otherwise, this project is an "Accelerator" that provides you the component in the base form. According to my opinion, to avoid the re-indexing of the entire DB, let your team focus on the part of the indexing and update that part as you like it. Starting point for your work: Thanks |
Beta Was this translation helpful? Give feedback.
Hi,
I hope that this response will help you.
If your chunk can work with the index created, then the concept out-of-the-box works, otherwise, this project is an "Accelerator" that provides you the component in the base form.
According to my opinion, to avoid the re-indexing of the entire DB, let your team focus on the part of the indexing and update that part as you like it.
Starting point for your work:
Thanks