LLM Filter Retriever for mutli retrieval QA #1797
-
Hi guys, I cannot connect an LLM Filter Retriever with the multi retrieval QA. Is that not possible now or is that a bug? I tried testing it on the conversational Retrieval QA and on the Retrieval QA chain and it works on both of them, but not on the multi. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently, this is not possible. The Multi Retrieval QA Chain currently only accepts a VectorStoreRetriever and the LLM Filter Retriever only outputs LLMFilterRetriever | BaseRetriever. The CRQAC and RQAC both accept a BaseRetriever, which is why those do connect. |
Beta Was this translation helpful? Give feedback.
Currently, this is not possible. The Multi Retrieval QA Chain currently only accepts a VectorStoreRetriever and the LLM Filter Retriever only outputs LLMFilterRetriever | BaseRetriever. The CRQAC and RQAC both accept a BaseRetriever, which is why those do connect.