INFO:langchain.retrievers.multi_query:Generated queries: ['1. How can Task Decomposition be approached?', '2. What are the different methods for Task Decomposition?', '3. What are the various approaches to decomposing tasks?'] 5 这样一个提问文本【What are the approaches to Task Decomposition?
计划通过MultiQueryRetriever来提升效果,找到了MultiQueryRetriever示例: from langchain.chat_models import ChatOpenAI from langchain.retrievers.multi_query import MultiQueryRetriever question = "What are the approaches to Task Decomposition?" llm = ChatOpenAI(temperature=0) retriever_from_llm = MultiQueryRe...
I'm Dosu, and I'm helping the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale. From what I understand, you encountered a TypeError when trying to hash a dictionary as one of the keys in unique_union in the code. I provided a...