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

ew one with MEAN pooling. Unable to get page count. Is poppler installed and in PATH? caibao.pdf 未能成功加载 ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /root/autodl-tmp/chatglm/langchain-ChatGLM-master/cli_demo.py:32 in │ │...

bug

vs_path, _ = local_doc_qa.init_knowledge_vector_store(filepath) ![image](https://user-images.githubusercontent.com/15232969/236215364-c64ca6ac-1398-47e1-ab1a-b3275766b241.png) 1.txt有中文就出现 'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128) 错误

bug

![image](https://user-images.githubusercontent.com/10555409/236411329-64d8892a-8d0d-4b65-b0a6-68e60bc81485.png) 使用的.txt格式,utf-8编码,报以下错误 ![Uploading image.png…]()

bug

您好,项目有很大启发,感谢~ 不过出现了这个问题,想问下是不是我什么操作导致的?或者是现有的一些问题吗

bug

![78ac8e663fdc312d0e9d78da95925c4](https://user-images.githubusercontent.com/34124260/236378728-9ea4424f-0f7f-4013-9d33-820b723de321.png) 唯一的区别是我的系统cuda版本是12.0的。 希望大佬能够帮忙给出一点意见,以及解决问题的方法!感谢

bug

提供了50条问答的docx文件 数据格式为: inputs?target。 inputs?target。 100%回复都是无法根据已有信息回答 执行脚本是cli_demo.py 部署模型为ChatGLM-int4

明明已经安装了包,却在python里吊不出来 centos 环境, Python 3.10.5 (main, Apr 11 2023, 00:43:05) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux ![image](https://user-images.githubusercontent.com/11847871/236163110-e4fe1b8e-e2e0-4511-9b31-31b4afc0c467.png) ![image](https://user-images.githubusercontent.com/11847871/236163312-a4a31eaa-87de-4880-9cbe-4e9ef2bc0e6d.png)

bug

使用API.md文档2种方法,出错 一种是curl,一种是requests

bug

您好,我的电脑是intel的集成显卡,不过CPU是i5-11400 @ 2.60GHz ,内存64G; 运行时告知我找不到nvcuda.dll,模型无法运行; 装了几个Gnvidia的开发者包后,还是同样报错。网上找了nvcuda.dll,都太旧;全C盘搜索了这个文件,找不到。 请问如何直接用CPU运行,而绕过nvcuda这个要求呢? 已经将两处的选择项写死: EMBEDDING_DEVICE = "cpu" LLM_DEVICE = "cpu"

bug

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

enhancement