Find answers from the community

Updated 3 months ago

Filters

Hi, I am using auto-retrieval and my data is stored in pinecone. When querying, some times I am receiving an error "ValueError: Filter operator text_match not supported pinecone". I think pinecone doesn't support this operator. But I am not sure how to counter this issue. Can someone help?
L
h
3 comments
Yea since the LLM is writing thr filters, it's not 100% reliable.

Try/except is probably a good option

You could maybe try and tweak the prompts a bit, but I think it's a bit hard for this component
Is it possible to change something in meta data definition to correct this?
Also, IS there some better service than auto retrieval to improve thesimple query/retrieval?
Not really, prompt engineering is the only fix I can think of for this
Add a reply
Sign up and join the conversation on Discord