英文: How can I retrieve the list of input documents used by ChatGPT in LangChain? 问题 I'm utilizing Op...
如何在Langchain中加载一个文件夹中的Json文件?
英文: How to load a folder of Json files in Langchain? 问题 我正在尝试在Langchain中加载一个JSON文件夹: loader = Direct...
Module ‘langchain.vectorstores.pinecone’ has no attribute ‘init’
英文: Module ‘langchain.vectorstores.pinecone’ has no attribute ‘init’ 问题 当我尝试安装 'pinecone' 时,我收到了错误消息...
无法运行简单的 intro langchain 应用程序,出现错误。
英文: Can't run simple intro langchain application and getting error 问题 这个代码段似乎遇到了一个错误,具体的错误消息是: I...
管理Langchain中的搜索结果
英文: Manage search results in Langchain 问题 我是Langchain的新手。我想创建一个应用程序,使用Langchain的搜索代理,如serpapi,在互联网上找...
Loading data using `UnstructuredURLLoader` of LangChain halts with `TP_NUM_C_BUFS too small: 50`
英文: Loading data using `UnstructuredURLLoader` of LangChain halts with `TP_NUM_C_BUFS too small: 50`...
可以使用StructuredTool与任何代理吗?
英文: Is it possible to use StructuredTool with any Agent? 问题 I am was trying to figure out a way to u...
How do i add memory to RetrievalQA.from_chain_type? or, how do I add a custom prompt to ConversationalRetrievalChain?
英文: How do i add memory to RetrievalQA.from_chain_type? or, how do I add a custom prompt to Conversa...
Type “vector” 在postgresql – langchain 上不存在
英文: Type "vector" does not exist on postgresql - langchain 问题 I was trying to embed some d...
如何在Langchain中流式传输Agent的响应?
英文: How to stream Agent's response in Langchain? 问题 I am using Langchain with Gradio interface i...
7