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 folder of documents, and each has been added to a persistent ChromaDB vectorstore.
I'd like to be able to run queries against a subset (2+ potentially) of these documents, instead of the entirety. I know I can do the following to get specific ones: db._collection.get('id')
Is there any way to do this? And as a follow on question, if the documents are large and need to be split, could all be retrieved by the same ID?
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
-
I have a folder of documents, and each has been added to a persistent ChromaDB vectorstore.
I'd like to be able to run queries against a subset (2+ potentially) of these documents, instead of the entirety. I know I can do the following to get specific ones:
db._collection.get('id')
Is there any way to do this? And as a follow on question, if the documents are large and need to be split, could all be retrieved by the same ID?
Beta Was this translation helpful? Give feedback.
All reactions