Replies: 1 comment
-
Any ideas? @dosubot |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I have the following ConversationalRetrievalChain set up with the following objects:
My vector store has a metadata attribute called "origin".
I want to pass this metadata filter at input runtime instead of at compile time.
Something like this:
Should give me only documents back whose origin is "engageware"
System Info
langchain==0.3.20
langchain_pinecone==0.2.3
langchain_openai==0.3.7
datarobot_drum
datarobot
pandas
langchain_community==0.3.19
Beta Was this translation helpful? Give feedback.
All reactions