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

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

bug

2024-05-09 13:37:57,767 - decorators.py[line:146] - ERROR: RPC error: [batch_insert], , 2024-05-09 13:37:57,767 - milvus.py[line:595] - ERROR: Failed to insert batch starting at entity: 2000/37433 Traceback (most recent call last): File...

bug

**问题描述 / Problem Description** 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. 本地部署的ollama qwen:32b,部署端口为 11434 "openai-api": { "model_name": 'qwen:32b', "api_base_url": "http://localhost:11443/v1", "api_key": "sk-xxxx", }, **复现问题的步骤 / Steps...

bug

想在创建向量数据库,添加文档的时候为文档设置metadata,应该在哪里修改?

enhancement

回答完你的问题,它就开始自嗨了,自问自答,无法结束; ![截图 2024-05-17 15-21-08](https://github.com/chatchat-space/Langchain-Chatchat/assets/113881211/1d3e97eb-eef8-4613-81a9-709e690db8ca)

bug

(Langchain-Chatchat) tcarh@K5RCPVT45N2DX5K:~/Langchain-Chatchat-0.2.10$ python startup.py -a ==============================Langchain-Chatchat Configuration============================== 操作系统:Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.35. python版本:3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0] 项目版本:v0.2.10 langchain版本:0.0.354. fastchat版本:0.2.35 当前使用的分词器:ChineseRecursiveTextSplitter 当前启动的LLM模型:['BlueLM-7B-Chat', 'zhipu-api', 'openai-api'] @ cuda...

bug

**问题描述 / Problem Description** 在FastGPT看到支持csv格式导入 导入最终效果如下: #2007 #3332 有类似的想法,我想在langchain-chatchat实现同样的功能: 1. 通过csv的方式导入QA问答对文档。 2. embedding 的时候只做Q的embedding,。 3. 向量搜索的时候:用户Q和知识库的Q通过向量相似度进行匹配。 不知道要怎么做呢? @zRzRzRzRzRzRzR 维护者你好,可以考虑在0.3版本实现这个功能吗 **环境信息 / Environment Information** langchain-ChatGLM 版本/commit 号:v0.2.10 是否使用 Docker 部署(是/否):否 使用的模型(ChatGLM2-6B...

bug

ollama本地或docker启动,ollama pull llama3 或deepseek-llm,在model_config.py中选择列表中加上,同时online llm中加上ollama的OLLAMA_BASE_URL (http://127.0.0.1:11434) llama3 要每次提醒他用简体中文回答,或设置在prompt中

在更改使用方舟的调用方式,为了调用豆包,他更新调用了方式,导致使用pydantic,他要在2.x。但是由于项目的冲突依赖,会卡住 ![图片1](https://github.com/chatchat-space/Langchain-Chatchat/assets/112814800/911e8fff-b780-4da4-8398-660a4af6a5e3) 有没有大佬有建议

bug