Langchain-Chatchat icon indicating copy to clipboard operation
Langchain-Chatchat copied to clipboard

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with la...

Results 929 Langchain-Chatchat issues
Sort by recently updated
recently updated
newest added

其他文件推理正常,但是到某个pdf文件时,它可以正常创建向量库,但是无法进行推理。请问这个怎么解决。 ![Image_20240409133223](https://github.com/chatchat-space/Langchain-Chatchat/assets/63324925/3549377c-31e9-4303-9187-343bab891e1d)

bug
stale

1. 问题:shutdown_all.sh在MacOS上不识别"cmd"。解决:使用"command"代替。 2. 问题:删除知识库时对应数据文件夹未被删除,导致WebUI中残留"知识库名(@)"的选项。解决:结合文件夹写权限的更改,删除数据文件夹。

size:S

**问题描述 / Problem Description** 离线部署[Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat),使用服务器(无GPU)CPU部署,问答时报错:openai.APIConnectionError: Connection error **复现问题的步骤 / Steps to Reproduce** 1. 执行 'python startup.py -a 2. 输入'hi'点击 '发送' 3. 问答界面无回答结果 4. 问题出现,后台报错:openai.APIConnectionError: Connection error 附件:[chatchat_error.zip](https://github.com/chatchat-space/Langchain-Chatchat/files/14664393/chatchat_error.zip) 配置见:附件中的*_config.py 错误log见:附件中的run_err_2024_0320_1738.log **预期的结果...

bug
stale

**问题描述 / Problem Description** 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. **复现问题的步骤 / Steps to Reproduce** 1. 执行 '...' / Run '...' 2. 点击 '...' /...

bug
stale

我想在async def aaa中,也能正常调用ask(),非常感谢 代码如下: from server.utils import api_address from webui_pages.utils import ApiRequest import uuid def ask(query,model): api = ApiRequest(base_url=api_address()) r = api.chat_chat("你好", conversation_id=uuid.uuid4().hex, model=model) for t in r: print(t) async...

bug
stale

Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure. It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe Traceback (most recent call last): File "C:\Users\Administrator\Desktop\langchain-master\init_database.py", line 3,...

bug
stale

**功能描述 / Feature Description** 用简洁明了的语言描述所需的功能 / Describe the desired feature in a clear and concise manner. **解决的问题 / Problem Solved** 解释此功能如何解决现有问题或改进项目 / Explain how this feature solves existing problems or...

enhancement
stale

现在的情况是,我在知识库有多篇文档,他回答的时候只回复第一篇文档的内容,具体模型如下 使用的是百川大模型,用的faiss 可能会是哪方面出问题,大伙们

bug
stale

Self Query, Long-Context Reorder

size:XL