Use Retriever as Filter to Another Retriever #29145
Unanswered
KavinKKuppusamy
asked this question in
Q&A
Replies: 0 comments
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
I call FAISS retriever for TABLE_DDL and extract all the table names and use the table_names as filter for next Retriever. How to do this in lang chain. I tried many ways nothing seem to be working. Can someone please help?
System Info
%pip install langchain_community==0.0.32
%pip install langchain==0.1.16
%pip install faiss-cpu==1.8.0
%pip install langchain-openai==0.1.3
Beta Was this translation helpful? Give feedback.
All reactions