Replies: 1 comment
-
Hi @ralienpp! I'm Dosu and I’m helping the ragflow team. RAGFlow "unlearns" a document by systematically removing all fragments (chunks) of that document from the vector database and associated storage. When you delete a document, the system uses the For document updates, RAGFlow uses similar mechanisms: it can update or remove specific chunks using the You can be confident that, once a document is deleted, all its fragments are removed from the vector database and storage, and the knowledge graph is updated accordingly. This prevents any references to information from the removed or outdated document from influencing the system’s responses details. The reliability of this process depends on the underlying vector database and storage connectors, but the orchestration logic in RAGFlow is designed to ensure complete removal. To reply, just mention my name @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How does ragflow handle the deletion or update of a document? Can I be certain that any references to information extracted from the removed or old document will not influence the system's response in any way?
My limited understanding is that when a document is ingested, the vector database contains fragments of data from the document. If the document were to be removed, how are all the relevant pieces scattered across the vector database removed along with it?
Beta Was this translation helpful? Give feedback.
All reactions