Results 9 comments of ZJQ

> Thanks for the report. I have issues reproducing the issue. The `Command` class does not permit commands without a `type` so we cannot construct a case in which the...

The redis connect init with guice like this. ```java public class StatefulRedisClusterConnectionProvider implements Provider { private Set redisURIs; public StatefulRedisClusterConnectionProvider(Set redisURIs) { this.redisURIs = redisURIs; } @Override public StatefulRedisClusterConnection get()...

公司:网易严选 网址:http://you.163.com/ 地点:中国北京 联系方式:[email protected] 使用场景:向量召回

met with this problem too, did you solved this problem?

> could you pls tell what error u got? The agent type is OpenAIFunctionsAgent, the input key must be: ```python @property def input_keys(self) -> List[str]: """Get input keys. Input refers...

![image](https://github.com/hwchase17/langchain/assets/5388898/a9f54818-b6a6-42e7-8a76-ec547950ad9f)

the tools contains a ConversationalRetrievalChain, and the chain set return_source_documents = True.

if i remove _return_source_documents = True._. it will throw another err. ![image](https://github.com/hwchase17/langchain/assets/5388898/6f4353be-d8cc-4cf6-b69a-de7ba1141954)