Find answers from the community

Updated 4 months ago

Hello guys, how can i use

Hello guys, how can i use VectorStoreQuery but to search only on a list of documents ids ?
J
s
4 comments
Funny you ask. I just wrote about this.
In your solution you fecth all nodes then you filter, but i wanted to know if it was possible to pre-filter before the retrieve . Imagine i have 10K chunks from different documents, i want to retrieve only chunks with document id.
That's the earliest point at which I've found we can filter in llama index. If you have tons, then ... maybe consider using different indexes/doc stores? Not idea, I know. Others probalby know better.
Add a reply
Sign up and join the conversation on Discord