Replies: 1 comment
-
To dynamically add new files to a RAG system using LlamaIndex with ChromaDB and update the index directly, follow these steps:
By following these steps, you can dynamically add new files to the RAG system, update the index directly using LlamaIndex with ChromaDB, and manage local index state effectively. This approach ensures that your index remains up-to-date with the latest documents and can be queried efficiently.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now we have a problem with this article.
That's my step:
Now i want to add a new file in the rag system, and dynamic add the Documents or Nodes in persistent Chromadb, and update index directly.
Beta Was this translation helpful? Give feedback.
All reactions