Deleting items from vectorstore #1690
Replies: 2 comments 1 reply
-
from chromadb.config import Settings The file info is stored in the metadata in the chromadb, for instance: I implemented using RetrievalQA. It works fine. |
Beta Was this translation helpful? Give feedback.
-
There is an explanation in this video https://www.youtube.com/watch?v=hSuCT6Z2QLk |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After creating a Chroma vectorstore from a list of documents, I realized that I needed to delete some of the chunks that are now in the vectorstore, but I can't seem to find any function to do so in
chroma.py
. Is there any way to do so? Or do I have to delete the entire collection then re-create the Chroma vectorstore?Beta Was this translation helpful? Give feedback.
All reactions