You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the behavior of the Qdrant vector store in Langchain when adding new documents to an existing vector store.
Scenario:
I initially created a Qdrant vector store using 3 documents, and their embeddings were stored in the Qdrant cloud.
Later, I added 2 more documents to the same directory.
When I create the vector store again, I want to understand how it handles the existing and new documents.
Question:
When I recreate the vector store after adding the new documents, does it:
Recreate the vector store by reprocessing the original 3 documents along with the embeddings of the 2 newly added documents, and then update the cloud?
Only create embeddings for the 2 new documents and add them to the existing vector store in the cloud without reprocessing the original 3 documents?
Understanding this behavior is crucial for optimizing our workflow and avoiding redundant processing.
I appreciate any guidance or documentation you can provide on how the vector store handles such scenarios.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a question regarding the behavior of the Qdrant vector store in Langchain when adding new documents to an existing vector store.
Scenario:
Question:
When I recreate the vector store after adding the new documents, does it:
Understanding this behavior is crucial for optimizing our workflow and avoiding redundant processing.
I appreciate any guidance or documentation you can provide on how the vector store handles such scenarios.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions