Pinecone Read Units Usage for SelfQueryRetriever within Langchain #28285
GurjotTatras
announced in
Ask Dosu (Archived)
Replies: 1 comment
-
Or if someone could suggest a similar change in the following class EnsembleRetriever, so that invoking this return the read units from Pinecone
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
This does return the right results to me, but the default pinecone implemnetation of returning the namespace and usage keys is not returned and only documents are returned.
Could you suggest changes to the SelfQueryRetriever class so that I can fetch the read_units used under usage key in Pinecone's response dict?
System Info
langchain==0.3.3
langchain-aws==0.2.2
langchain-chroma==0.1.4
langchain-community==0.3.2
langchain-core==0.3.10
langchain-openai==0.2.2
langchain-pinecone==0.2.0
langchain-text-splitters==0.3.0
langchainhub==0.1.21
Beta Was this translation helpful? Give feedback.
All reactions