Checking a VectorStore #15364
Unanswered
K-Michallik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to conditionally update or create my vector store using Chromadb so that I don't have to re-embed my nodes every time I run my program. The code should check to see if the vector store exists and has not changed (no documents or nodes have been added or modified) before creating itself. If nothing has changed, it can just output a log message saying so.
Beta Was this translation helpful? Give feedback.
All reactions