Langchain-Chatchat/knowledge_base/samples/content/test_files/langchain-ChatGLM_closed.csv

39 KiB
Raw Blame History

1titlefileurldetailid
20加油~以及一些建议2023-03-31.0002https://github.com/imClumsyPanda/langchain-ChatGLM/issues/2加油,我认为你的方向是对的。0
31当前的运行环境是什么windows还是Linux2023-04-01.0003https://github.com/imClumsyPanda/langchain-ChatGLM/issues/3当前的运行环境是什么windows还是Linuxpython是什么版本1
42请问这是在CLM基础上运行吗2023-04-01.0004https://github.com/imClumsyPanda/langchain-ChatGLM/issues/4请问是不是需要本地安装好clm并正常运行的情况下再按文中的步骤执行才能运行起来2
53[复现问题] 构造 prompt 时从知识库中提取的文字乱码2023-04-01.0005https://github.com/imClumsyPanda/langchain-ChatGLM/issues/5hi我在尝试复现 README 中的效果,也使用了 ChatGLM-6B 的 README 作为输入文本,但发现从知识库中提取的文字是乱码,导致构造的 prompt 不可用。想了解如何解决这个问题。3
64后面能否加入上下文对话功能?2023-04-02.0006https://github.com/imClumsyPanda/langchain-ChatGLM/issues/6目前的get_wiki_agent_answer函数中已经实现了历史消息传递的功能后面我再确认一下是否有langchain中model调用过程中是否传递了chat_history。4
75请问纯cpu可以吗2023-04-03.0007https://github.com/imClumsyPanda/langchain-ChatGLM/issues/7很酷的实现极大地开拓了我的眼界很顺利的在gpu机器上运行了5
86运行报错AttributeError: 'NoneType' object has no attribute 'message_types_by_name'2023-04-03.0008https://github.com/imClumsyPanda/langchain-ChatGLM/issues/8报错:6
97运行环境GPU需要多大的2023-04-03.0009https://github.com/imClumsyPanda/langchain-ChatGLM/issues/9如果按照THUDM/ChatGLM-6B的说法使用的GPU大小应该在13GB左右但运行脚本后占用了24GB还不够。7
108请问本地知识的格式是什么?2023-04-03.0010https://github.com/imClumsyPanda/langchain-ChatGLM/issues/10已测试格式包括docx、md文件中的文本信息具体格式可以参考 [langchain文档](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html?highlight=pdf#)8
11924G的显存还是爆掉了是否支持双卡运行2023-04-03.0011https://github.com/imClumsyPanda/langchain-ChatGLM/issues/11RuntimeError: CUDA out of memory. Tried to allocate 96.00 MiB (GPU 0; 23.70 GiB total capacity; 22.18 GiB already allocated; 12.75 MiB free; 22.18 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF9
1210你怎么知道embeddings方式和模型训练时候的方式是一样的?2023-04-03.0012https://github.com/imClumsyPanda/langchain-ChatGLM/issues/12embedding和LLM的方式不用一致embedding能够解决语义检索的需求就行。这个项目里用到embedding是在对本地知识建立索引和对问句转换成向量的过程。10
1311是否能提供本地知识文件的格式?2023-04-04.0013https://github.com/imClumsyPanda/langchain-ChatGLM/issues/13是否能提供本地知识文件的格式?11
1412是否可以像清华原版跑在8G一以下的卡2023-04-04.0016https://github.com/imClumsyPanda/langchain-ChatGLM/issues/16是否可以像清华原版跑在8G一以下的卡我的8G卡爆显存了🤣🤣🤣12
1513请教一下langchain协调使用向量库和chatGLM工作的2023-04-05.0018https://github.com/imClumsyPanda/langchain-ChatGLM/issues/18代码里面这段是创建问答模型的会接入ChatGLM和本地语料的向量库langchain回答的时候是怎么个优先顺序先搜向量库没有再找chatglm么 还是什么机制?13
1614在mac m2max上抛出了ValueError: 150001 is not in list这个异常2023-04-05.0019https://github.com/imClumsyPanda/langchain-ChatGLM/issues/19我把chatglm_llm.py加载模型的代码改成如下14
1715程序运行后一直卡住2023-04-05.0020https://github.com/imClumsyPanda/langchain-ChatGLM/issues/20感谢作者的付出,不过本人在运行时出现了问题,请大家帮助。15
1816问一下chat_history的逻辑2023-04-06.0022https://github.com/imClumsyPanda/langchain-ChatGLM/issues/22感谢开源。16
1917为什么每次运行都会loading checkpoint2023-04-06.0023https://github.com/imClumsyPanda/langchain-ChatGLM/issues/23我把这个embeding模型下载到本地后无法正常启动。17
2018本地知识文件能否上传一些示例?2023-04-06.0025https://github.com/imClumsyPanda/langchain-ChatGLM/issues/25如题,怎么构造知识文件,效果更好?能否提供一个样例18
2119What version of you are using?2023-04-06.0026https://github.com/imClumsyPanda/langchain-ChatGLM/issues/26Hi Panda, I saw the `pip install -r requirements` command in README, and want to confirm you are using python2 or python3? because my pip and pip3 version are all is 22.3.19
2220有兴趣交流本项目应用的朋友可以加一下微信群2023-04-07.0027https://github.com/imClumsyPanda/langchain-ChatGLM/issues/27![IMG_1630](https://user-images.githubusercontent.com/5668498/230533162-8b9bfcdd-249c-4efe-b066-4f9ba2ce9f23.jpeg)20
2321本地知识越多,回答时检索的时间是否会越长2023-04-07.0029https://github.com/imClumsyPanda/langchain-ChatGLM/issues/29是的 因为需要进行向量匹配检索21
2422爲啥最後還是報錯 哭。。2023-04-07.0030https://github.com/imClumsyPanda/langchain-ChatGLM/issues/30Failed to import transformers.models.t5.configuration_t5 because of the following error (look up to see22
2523对话到第二次的时候就报错UnicodeDecodeError: 'utf-8' codec can't decode2023-04-07.0031https://github.com/imClumsyPanda/langchain-ChatGLM/issues/31对话第一次是没问题的,模型返回输出后又给到请输入你的问题,我再输入问题就报错23
2624用的in4的量化版本推理的时候显示需要申请10Gb的显存2023-04-07.0033https://github.com/imClumsyPanda/langchain-ChatGLM/issues/33File "/root/.cache/huggingface/modules/transformers_modules/chatglm-6b-int4-qe/modeling_chatglm.py", line 581, in forward24
2725使用colab运行python3.9,提示包导入有问题2023-04-07.0034https://github.com/imClumsyPanda/langchain-ChatGLM/issues/34from ._util import is_directory, is_path25
2826运行失败Loading checkpoint未达到100%被kill了请问下是什么原因2023-04-07.0035https://github.com/imClumsyPanda/langchain-ChatGLM/issues/35日志如下:26
2927弄了个交流群,自己弄好多细节不会,大家技术讨论 加connection-image 我来拉你2023-04-08.0036https://github.com/imClumsyPanda/langchain-ChatGLM/issues/36自己搞好多不清楚的,一起来弄吧。。准备搞个部署问题的解决文档出来27
3028Error using the new version with langchain2023-04-09.0043https://github.com/imClumsyPanda/langchain-ChatGLM/issues/43Error with the new changes:28
3129程序报错torch.cuda.OutOfMemoryError如何解决2023-04-10.0044https://github.com/imClumsyPanda/langchain-ChatGLM/issues/44报错详细信息如下:29
3230qa的训练数据格式是如何设置的2023-04-10.0045https://github.com/imClumsyPanda/langchain-ChatGLM/issues/45本项目不是使用微调的方式,所以并不涉及到训练过程。30
3331The FileType.UNK file type is not supported in partition. 解决办法2023-04-10.0046https://github.com/imClumsyPanda/langchain-ChatGLM/issues/46ValueError: Invalid file /home/yawu/Documents/langchain-ChatGLM-master/data. The FileType.UNK file type is not supported in partition.31
3432如何读取多个txt文档2023-04-10.0047https://github.com/imClumsyPanda/langchain-ChatGLM/issues/47如题请教一下如何读取多个txt文档示例代码中只给了读一个文档的案例这个input我换成string之后也只能指定一个文档无法用通配符指定多个文档也无法传入多个文件路径的列表。32
3533nltk package unable to either download or load local nltk_data folder2023-04-10.0049https://github.com/imClumsyPanda/langchain-ChatGLM/issues/49I'm running this project on an offline Windows Server environment so I download the Punkt and averaged_perceptron_tagger tokenizer in this directory:33
3634requirements.txt中需要指定langchain版本2023-04-11.0055https://github.com/imClumsyPanda/langchain-ChatGLM/issues/55langchain版本0.116下无法引入RetrievalQA需要指定更高版本0.136版本下无问题)34
3735Demo演示无法给出输出内容2023-04-12.0059https://github.com/imClumsyPanda/langchain-ChatGLM/issues/59你好测试了项目自带新闻稿示例和自行上传的一个文本可以加载进去但是无法给出答案请问属于什么情况如何解决谢谢。PS: 1、今天早上刚下载全部代码2、硬件服务器满足要求3、按操作说明正常操作。35
3836群人数过多无法进群,求帮忙拉进群2023-04-12.0061https://github.com/imClumsyPanda/langchain-ChatGLM/issues/61您好您的群人数超过了200人目前无法通过二维码加群请问您方便加我微信拉我进群吗万分感谢36
3937群人数已满,求大佬拉入群2023-04-12.0062https://github.com/imClumsyPanda/langchain-ChatGLM/issues/62已在README中更新拉群二维码37
4038requirements中langchain版本错误2023-04-12.0065https://github.com/imClumsyPanda/langchain-ChatGLM/issues/65langchain版本应该是0.0.12而不是0.0.12038
4139Linux : Searchd in2023-04-13.0068https://github.com/imClumsyPanda/langchain-ChatGLM/issues/68import nltk39
4240No sentence-transformers model found2023-04-13.0069https://github.com/imClumsyPanda/langchain-ChatGLM/issues/69加载不了这个模型,错误原因是找不到这个模型,但是路径是配置好了的40
4341Error loading punkt: <urlopen error [Errno 111] Connection2023-04-13.0070https://github.com/imClumsyPanda/langchain-ChatGLM/issues/70运行knowledge_based_chatglm.py出现nltk报错具体情况如下41
4442[不懂就问] ptuning数据集格式2023-04-13.0072https://github.com/imClumsyPanda/langchain-ChatGLM/issues/72大家好请教 微调数据集的格式有什么玄机吗?我看 ChatGLM-6B/ptuning/readme.md的demo数据集ADGEN里content为啥都写成 类型#裙*风格#简约 这种格式的?这里面有啥玄机的? 特此请教42
4543Embedding model请教2023-04-13.0074https://github.com/imClumsyPanda/langchain-ChatGLM/issues/74您好我看到项目里的embedding模型用的是GanymedeNil/text2vec-large-chinese请问这个项目里的embedding模型可以直接用ChatGLM嘛43
4644Macbook M1 运行 webui.py 时报错请问是否可支持M系列芯片2023-04-13.0080https://github.com/imClumsyPanda/langchain-ChatGLM/issues/80```44
4745new feature: 添加对P-tunningv2微调后的模型支持2023-04-14.0099https://github.com/imClumsyPanda/langchain-ChatGLM/issues/99能否添加新的功能,对使用[P-tunningv2](https://github.com/THUDM/ChatGLM-6B/tree/main/ptuning)微调chatglm后的模型提供加载支持45
4846txt文件加载成功但读取报错2023-04-15.0106https://github.com/imClumsyPanda/langchain-ChatGLM/issues/106最新版的代码。比较诡异的是我的电脑是没有D盘的报错信息里怎么有个D盘出来了...46
4947模型加载成功?文件无法导入。2023-04-15.0107https://github.com/imClumsyPanda/langchain-ChatGLM/issues/107所有模型均在本地。47
5048请问用的什么操作系统呢?2023-04-16.0110https://github.com/imClumsyPanda/langchain-ChatGLM/issues/110ubuntu、centos还是windows48
5149报错ModuleNotFoundError: No module named 'configs.model_config'2023-04-17.0112https://github.com/imClumsyPanda/langchain-ChatGLM/issues/112更新代码后运行webui.py报错ModuleNotFoundError: No module named 'configs.model_config'。未查得解决方法。49
5250问特定问题会出现爆显存2023-04-17.0116https://github.com/imClumsyPanda/langchain-ChatGLM/issues/116正常提问没问题。50
5351loading进不去2023-04-18.0127https://github.com/imClumsyPanda/langchain-ChatGLM/issues/127在linux系统上python webui.py之后打开网页一直在loading是不是跟我没装detectron2有关呢51
5452本地知识内容数量限制?2023-04-18.0129https://github.com/imClumsyPanda/langchain-ChatGLM/issues/129本地知识文件类型是txt超过5条以上的数据提问的时候就爆显存了。52
5553我本来也计划做一个类似的产品,看来不用从头开始做了2023-04-18.0130https://github.com/imClumsyPanda/langchain-ChatGLM/issues/130文本切割,还有优化空间吗?微信群已经加不进去了。53
5654load model failed. 加载模型失败2023-04-18.0132https://github.com/imClumsyPanda/langchain-ChatGLM/issues/132```54
5755如何在webui里回答时同时返回引用的本地数据内容2023-04-18.0133https://github.com/imClumsyPanda/langchain-ChatGLM/issues/133如题55
5856交流群满200人加不了了能不能给个负责人的联系方式拉我进群2023-04-20.0143https://github.com/imClumsyPanda/langchain-ChatGLM/issues/143同求56
5957No sentence-transformers model found with name /text2vec/‘,但是再路径下面确实有模型文件2023-04-20.0145https://github.com/imClumsyPanda/langchain-ChatGLM/issues/145另外The dtype of attention mask (torch.int64) is not bool57
6058请问加载模型的路径在哪里修改默认好像前面会带上transformers_modules.2023-04-20.0148https://github.com/imClumsyPanda/langchain-ChatGLM/issues/148<img width="1181" alt="1681977897052" src="https://user-images.githubusercontent.com/30926001/233301106-3846680a-d842-41d2-874e-5b6514d732c4.png">58
6159为啥放到方法调用会出错,这个怎么处理?2023-04-20.0150https://github.com/imClumsyPanda/langchain-ChatGLM/issues/150```python59
6260No sentence-transformers model found with name C:\Users\Administrator/.cache\torch\sentence_transformers\GanymedeNil_text2vec-large-chinese. Creating a new one with MEAN pooling.2023-04-21.0154https://github.com/imClumsyPanda/langchain-ChatGLM/issues/154卡在这块很久是正常现象吗60
6361微信群需要邀请才能加入2023-04-21.0155https://github.com/imClumsyPanda/langchain-ChatGLM/issues/155RT给个个人联系方式白61
6462No sentence-transformers model found with name GanymedeNil/text2vec-large-chinese. Creating a new one with MEAN pooling2023-04-21.0156https://github.com/imClumsyPanda/langchain-ChatGLM/issues/156ls GanymedeNil/text2vec-large-chinese62
6563embedding会加载两次2023-04-23.0159https://github.com/imClumsyPanda/langchain-ChatGLM/issues/159你好,为什么要这样设置呢,这样会加载两次呀。63
6664扫二维码加的那个群,群成员满了进不去了2023-04-23.0160https://github.com/imClumsyPanda/langchain-ChatGLM/issues/160如题64
6765执行python3 cli_demo.py 报错AttributeError: 'NoneType' object has no attribute 'chat'2023-04-24.0163https://github.com/imClumsyPanda/langchain-ChatGLM/issues/163刚开始怀疑是内存不足问题换成int4,int4-qe也不行有人知道是什么原因吗65
6866匹配得分2023-04-24.0167https://github.com/imClumsyPanda/langchain-ChatGLM/issues/167在示例cli_demo.py中返回的匹配文本没有对应的score可以加上这个feature吗66
6967大佬有计划往web_ui.py加入打字机功能吗2023-04-25.0170https://github.com/imClumsyPanda/langchain-ChatGLM/issues/170目前在载入了知识库后单张V100 32G在回答垂直领域的问题时也需要20S以上没有打字机逐字输出的使用体验还是比较煎熬的....67
7068Is it possible to use a verctorDB for the embedings?2023-04-25.0171https://github.com/imClumsyPanda/langchain-ChatGLM/issues/171when I play, I have to load the local data again and again when to start. I wonder if it is possible to use68
7169请问通过lora训练官方模型得到的微调模型文件该如何加载2023-04-25.0173https://github.com/imClumsyPanda/langchain-ChatGLM/issues/173通过lora训练的方式得到以下文件:69
7270from langchain.chains import RetrievalQA的代码在哪里2023-04-25.0174https://github.com/imClumsyPanda/langchain-ChatGLM/issues/174local_doc_qa.py70
7371哪里有knowledge_based_chatglm.py文件怎么找不到了是被替换成cli_demo.py文件了吗2023-04-26.0175https://github.com/imClumsyPanda/langchain-ChatGLM/issues/175哪里有knowledge_based_chatglm.py文件怎么找不到了是被替换成cli_demo.py文件了吗71
7472AttributeError: 'Chatbot' object has no attribute 'value'2023-04-26.0177https://github.com/imClumsyPanda/langchain-ChatGLM/issues/177Traceback (most recent call last):72
7573控制台调api.py报警告2023-04-26.0178https://github.com/imClumsyPanda/langchain-ChatGLM/issues/178you must pass the application as an import string to enable "reload" or "workers"73
7674如何加入群聊2023-04-27.0183https://github.com/imClumsyPanda/langchain-ChatGLM/issues/183微信群超过200人了需要邀请如何加入呢74
7775如何将Chatglm和本地知识相结合2023-04-27.0185https://github.com/imClumsyPanda/langchain-ChatGLM/issues/185您好我想请教一下怎么才能让知识库匹配到的文本和chatglm生成的相结合而不是说如果没搜索到就说根据已知信息无法回答该问题谢谢75
7876一点建议2023-04-27.0189https://github.com/imClumsyPanda/langchain-ChatGLM/issues/1891.weiui的get_vector_store方法里面添加一个判断以兼容gradio版本导致的上传异常76
7977windows环境下按照教程配置好conda环境git完项目修改完模型路径相关内容后运行demo报错缺少2023-04-28.0194https://github.com/imClumsyPanda/langchain-ChatGLM/issues/194报错代码如下:77
8078ValueError: too many values to unpack (expected 2)2023-04-28.0198https://github.com/imClumsyPanda/langchain-ChatGLM/issues/198When i tried to use the non-streaming, `ValueError: too many values to unpack (expected 2)` error came out.78
8179加载doc后覆盖原本知识2023-04-28.0201https://github.com/imClumsyPanda/langchain-ChatGLM/issues/201加载较大量级的私有知识库后,原本的知识会被覆盖79
8280自定义知识库回答效果很差2023-04-28.0203https://github.com/imClumsyPanda/langchain-ChatGLM/issues/203请问加了自定义知识库知识库,回答效果很差,是因为数据量太小的原因么80
8381python310下安装pycocotools失败提示低版本cython实际已安装高版本2023-04-29.0208https://github.com/imClumsyPanda/langchain-ChatGLM/issues/208RT纯离线环境安装依赖安装的十分艰难最后碰到pycocotools始终无法安装上求教方法81
8482[FEATURE] 支持 RWKV 模型(目前已有 pip package & rwkv.cpp 等等)2023-05-01.0216https://github.com/imClumsyPanda/langchain-ChatGLM/issues/216您好,我是 RWKV 的作者介绍见https://zhuanlan.zhihu.com/p/62608336682
8583[BUG] 为啥主机/服务器不联网不能正常启动服务?2023-05-02.0220https://github.com/imClumsyPanda/langchain-ChatGLM/issues/220**问题描述 / Problem Description**83
8684[BUG] 简洁阐述问题 / Concise description of the issue2023-05-03.0222https://github.com/imClumsyPanda/langchain-ChatGLM/issues/222**local variable 'torch' referenced before assignment**84
8785不支持txt文件的中文输入2023-05-04.0235https://github.com/imClumsyPanda/langchain-ChatGLM/issues/235vs_path, _ = local_doc_qa.init_knowledge_vector_store(filepath)85
8886文件均未成功加载,请检查依赖包或替换为其他文件再次上传。 文件未成功加载,请重新上传文件2023-05-05.0237https://github.com/imClumsyPanda/langchain-ChatGLM/issues/237请大佬帮忙解决,谢谢!86
8987[BUG] 使用多卡时chatglm模型加载两次2023-05-05.0241https://github.com/imClumsyPanda/langchain-ChatGLM/issues/241chatglm_llm.py文件下第129行先加载了一次chatglm模型第143行又加载了一次87
9088[BUG] similarity_search_with_score_by_vector函数返回多个doc时的score结果错误2023-05-06.0252https://github.com/imClumsyPanda/langchain-ChatGLM/issues/252**问题描述 / Problem Description**88
9189可以再建一个交流群吗,这个群满了进不去。2023-05-06.0255https://github.com/imClumsyPanda/langchain-ChatGLM/issues/255上午应该已经在readme里更新过了如果不能添加可能是网页缓存问题可以试试看直接扫描img/qr_code_12.jpg89
9290请问这是什么错误哇KeyError: 'serialized_input'2023-05-06.0257https://github.com/imClumsyPanda/langchain-ChatGLM/issues/257运行“python webui.py” 后这是什么错误?怎么解决啊?90
9391修改哪里的代码可以再cpu上跑2023-05-06.0258https://github.com/imClumsyPanda/langchain-ChatGLM/issues/258**问题描述 / Problem Description**91
9492ModuleNotFoundError: No module named 'modelscope'2023-05-07.0266https://github.com/imClumsyPanda/langchain-ChatGLM/issues/266安装这个92
9593加载lora微调模型时lora参数加载成功但显示模型未成功加载2023-05-08.0270https://github.com/imClumsyPanda/langchain-ChatGLM/issues/270什么原因呀?93
9694[BUG] 运行webui.py报错name 'EMBEDDING_DEVICE' is not defined2023-05-08.0274https://github.com/imClumsyPanda/langchain-ChatGLM/issues/274解决了我修改model_config时候把这个变量改错了94
9795基于ptuning训练完成新老模型都进行了加载但是只有新的2023-05-08.0280https://github.com/imClumsyPanda/langchain-ChatGLM/issues/280licitly passing a `revision` is encouraged when loading a model with custom code to ensure no malicious code has been contributed in a newer revision.95
9896[BUG] 使用chatyuan模型时对话Errorhas no attribute 'stream_chat'2023-05-08.0282https://github.com/imClumsyPanda/langchain-ChatGLM/issues/282**问题描述 / Problem Description**96
9997chaglm调用过程中 _call提示有一个 stop2023-05-09.0286https://github.com/imClumsyPanda/langchain-ChatGLM/issues/286**功能描述 / Feature Description**97
10098Logger._log() got an unexpected keyword argument 'end'2023-05-10.0295https://github.com/imClumsyPanda/langchain-ChatGLM/issues/295使用cli_demo的时候加载一个普通txt文件输入问题后报错“TypeError: Logger._log() got an unexpected keyword argument 'end'”98
10199[BUG] 请问可以解释下这个FAISS.similarity_search_with_score_by_vector = similarity_search_with_score_by_vector的目的吗2023-05-10.0296https://github.com/imClumsyPanda/langchain-ChatGLM/issues/296我不太明白这个库自己写的similarity_search_with_score_by_vector方法做的事情因为langchain原版的similarity_search_with_score_by_vector只是search faiss之后把返回的topk句子组合起来。我觉得原版理解起来没什么问题但是这个库里自己写的我就没太看明白多做了什么其他的事情因为没有注释。99
102100[BUG] Windows下上传中文文件名文件faiss无法生成向量数据库文件2023-05-11.0318https://github.com/imClumsyPanda/langchain-ChatGLM/issues/318**问题描述 / Problem Description**100
103101cli_demo中的流式输出能否接着前一答案输出?2023-05-11.0320https://github.com/imClumsyPanda/langchain-ChatGLM/issues/320现有流式输出结果样式为:101
104102内网部署时网页无法加载,能否增加离线静态资源2023-05-12.0326https://github.com/imClumsyPanda/langchain-ChatGLM/issues/326内网部署时网页无法加载,能否增加离线静态资源102
105103我想把文件字符的编码格式改为encoding='utf-8'在哪修改呢因为会有ascii codec can't decode byte报错2023-05-14.0360https://github.com/imClumsyPanda/langchain-ChatGLM/issues/360上传中文的txt文件时报错编码格式为utf-8103
106104Batches的进度条是在哪里设置的?能否关闭显示?2023-05-15.0366https://github.com/imClumsyPanda/langchain-ChatGLM/issues/366使用cli_demo.py进行命令行测试时,每句回答前都有个Batches的进度条104
107105ImportError: dlopen: cannot load any more object with static TLS or Segmentation fault2023-05-15.0368https://github.com/imClumsyPanda/langchain-ChatGLM/issues/368**问题描述 / Problem Description**105
108106读取PDF时报错2023-05-16.0373https://github.com/imClumsyPanda/langchain-ChatGLM/issues/373在Colab上执行cli_demo.py时在路径文件夹里放了pdf文件在加载的过程中会显示错误然后无法加载PDF文件106
109107[BUG] webui报错 InvalidURL2023-05-16.0375https://github.com/imClumsyPanda/langchain-ChatGLM/issues/375python 版本3.8.16107
110108[FEATURE] 如果让回答不包含出处,应该怎么处理2023-05-16.0380https://github.com/imClumsyPanda/langchain-ChatGLM/issues/380**功能描述 / Feature Description**108
111109加载PDF文件时出现 unsupported colorspace for 'png'2023-05-16.0381https://github.com/imClumsyPanda/langchain-ChatGLM/issues/381**问题描述 / Problem Description**109
112110'ascii' codec can't encode characters in position 14-44: ordinal not in range(128) 经典bug2023-05-16.0382https://github.com/imClumsyPanda/langchain-ChatGLM/issues/382添加了知识库之后进行对话,之后再新增知识库就会出现这个问题。110
113111微信群人数超过200了扫码进不去了群主可以再创建一个新群吗2023-05-17.0391https://github.com/imClumsyPanda/langchain-ChatGLM/issues/391**功能描述 / Feature Description**111
114112TypeError: 'ListDocsResponse' object is not subscriptable2023-05-17.0393https://github.com/imClumsyPanda/langchain-ChatGLM/issues/393应该是用remain_docs.code和remain_docs.data吧112
115113[BUG] 加载chatglm模型报错'NoneType' object has no attribute 'message_types_by_name'2023-05-17.0398https://github.com/imClumsyPanda/langchain-ChatGLM/issues/398**问题描述 / Problem Description**113
116114[BUG] 执行 python webui.py 没有报错但是ui界面提示 Something went wrong Expecting value: line 1 column 1 (char 02023-05-18.0399https://github.com/imClumsyPanda/langchain-ChatGLM/issues/399**环境配置**114
117115启动后调用api接口正常过一会就不断的爆出 Since the angle classifier is not initialized2023-05-18.0404https://github.com/imClumsyPanda/langchain-ChatGLM/issues/404**问题描述 / Problem Description**115
118116[BUG] write_check_file方法中open函数未指定编码2023-05-18.0408https://github.com/imClumsyPanda/langchain-ChatGLM/issues/408def write_check_file(filepath, docs):116
119117导入的PDF中存在图片有大概率出现 “unsupported colorspace for 'png'”异常2023-05-18.0409https://github.com/imClumsyPanda/langchain-ChatGLM/issues/409pix = fitz.Pixmap(doc, img[0])117
120118请问流程图是用什么软件画的2023-05-18.0410https://github.com/imClumsyPanda/langchain-ChatGLM/issues/410draw.io118
121119mac 加载模型失败2023-05-19.0417https://github.com/imClumsyPanda/langchain-ChatGLM/issues/417Explicitly passing a `revision` is encouraged when loading a model with custom code to ensure no malicious code has been contributed in a newer revision.119
122120使用GPU本地运行知识库问答提问第一个问题出现异常。2023-05-20.0419https://github.com/imClumsyPanda/langchain-ChatGLM/issues/419配置文件model_config.py为120
123121想加入讨论群2023-05-20.0420https://github.com/imClumsyPanda/langchain-ChatGLM/issues/420OK121
124122有没有直接调用LLM的API目前只有知识库的API2023-05-22.0426https://github.com/imClumsyPanda/langchain-ChatGLM/issues/426-------------------------------------------------------------------------------122
125123上传文件后出现 ERROR __init__() got an unexpected keyword argument 'autodetect_encoding'2023-05-22.0428https://github.com/imClumsyPanda/langchain-ChatGLM/issues/428上传文件后出现这个问题ERROR 2023-05-22 11:46:19,568-1d: __init__() got an unexpected keyword argument 'autodetect_encoding'123
126124想问下README中用到的流程图用什么软件画的2023-05-22.0431https://github.com/imClumsyPanda/langchain-ChatGLM/issues/431**功能描述 / Feature Description**124
127125No matching distribution found for langchain==0.0.1742023-05-23.0436https://github.com/imClumsyPanda/langchain-ChatGLM/issues/436ERROR: Could not find a version that satisfies the requirement langchain==0.0.174 125
128126[FEATURE] bing是必须的么2023-05-23.0437https://github.com/imClumsyPanda/langchain-ChatGLM/issues/437从这个[脚步](https://github.com/imClumsyPanda/langchain-ChatGLM/blob/master/configs/model_config.py#L129)里面发现需要申请bing api如果不申请纯用模型推理不可吗126
129127同一台环境下部署了5.22号更新的langchain-chatglm v0.1.13和之前的版本,回复速度明显变慢2023-05-23.0442https://github.com/imClumsyPanda/langchain-ChatGLM/issues/442新langchain-chatglm v0.1.13版本速度很慢127
130128Error reported during startup2023-05-23.0443https://github.com/imClumsyPanda/langchain-ChatGLM/issues/443Traceback (most recent call last):128
131129ValueError: not enough values to unpack (expected 2, got 1)on of the issue2023-05-24.0449https://github.com/imClumsyPanda/langchain-ChatGLM/issues/449File ".cache\huggingface\modules\transformers_modules\chatglm-6b-int4\modeling_chatglm.py", line 1280, in chat129
132130[BUG] API部署流式输出的函数少了个question2023-05-24.0451https://github.com/imClumsyPanda/langchain-ChatGLM/issues/451**问题描述 / Problem Description**130
133131项目结构的简洁性保持2023-05-24.0454https://github.com/imClumsyPanda/langchain-ChatGLM/issues/454**功能描述 / Feature Description**131
134132项目群扫码进不去了2023-05-24.0455https://github.com/imClumsyPanda/langchain-ChatGLM/issues/455项目群扫码进不去了是否可以加一下微信拉我进群谢谢微信号daniel-0527132
135133请求拉我入群讨论海硕一枚专注于LLM等相关技术2023-05-24.0461https://github.com/imClumsyPanda/langchain-ChatGLM/issues/461**功能描述 / Feature Description**133
136134[BUG] chatglm-6b模型报错OSError: Error no file named pytorch_model.bin found in directory /chatGLM/model/model-6b2023-05-26.0474https://github.com/imClumsyPanda/langchain-ChatGLM/issues/474**1、简述**134
137135现在本项目交流群二维码扫描不进去了,需要群主通过2023-05-27.0478https://github.com/imClumsyPanda/langchain-ChatGLM/issues/478现在本项目交流群二维码扫描不进去了,需要群主通过135
138136RuntimeError: Only Tensors of floating point and complex dtype can require gradients2023-05-28.0483https://github.com/imClumsyPanda/langchain-ChatGLM/issues/483刚更新了最新版本:136
139137RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'2023-05-28.0484https://github.com/imClumsyPanda/langchain-ChatGLM/issues/484已经解决了 params 只用两个参数 {'trust_remote_code': True, 'torch_dtype': torch.float16}137
140138[BUG] 文件未成功加载,请重新上传文件2023-05-31.0504https://github.com/imClumsyPanda/langchain-ChatGLM/issues/504webui.py138
141139[BUG] bug 17 pdf和pdf为啥还不一样呢为啥有的pdf能识别有的pdf识别不了呢2023-05-31.0506https://github.com/imClumsyPanda/langchain-ChatGLM/issues/506bug 17 pdf和pdf为啥还不一样呢为啥有的pdf能识别有的pdf识别不了呢139
142140[FEATURE] 简洁阐述功能 / Concise description of the feature2023-05-31.0513https://github.com/imClumsyPanda/langchain-ChatGLM/issues/513**功能描述 / Feature Description**140
143141[BUG] webui.py 加载chatglm-6b-int4 失败2023-06-02.0524https://github.com/imClumsyPanda/langchain-ChatGLM/issues/524**问题描述 / Problem Description**141
144142[BUG] webui.py 加载chatglm-6b模型异常2023-06-02.0525https://github.com/imClumsyPanda/langchain-ChatGLM/issues/525**问题描述 / Problem Description**142
145143增加对chatgpt的embedding和api调用的支持2023-06-02.0531https://github.com/imClumsyPanda/langchain-ChatGLM/issues/531能否支持openai的embedding api和对话的api143
146144[FEATURE] 调整模型下载的位置2023-06-02.0537https://github.com/imClumsyPanda/langchain-ChatGLM/issues/537模型默认下载到 $HOME/.cache/huggingface/,当 C 盘空间不足时无法完成模型的下载。configs/model_config.py 中也没有调整模型位置的参数。144
147145[BUG] langchain=0.0.174 出错2023-06-04.0543https://github.com/imClumsyPanda/langchain-ChatGLM/issues/543**问题描述 / Problem Description**145
148146[BUG] 更新后加载本地模型路径不正确2023-06-05.0545https://github.com/imClumsyPanda/langchain-ChatGLM/issues/545**问题描述 / Problem Description**146
149147SystemError: 8bit 模型需要 CUDA 支持,或者改用量化后模型!2023-06-06.0550https://github.com/imClumsyPanda/langchain-ChatGLM/issues/550docker 部署后,启动docker,过会儿容器会自动退出,logs报错 SystemError: 8bit 模型需要 CUDA 支持,或者改用量化后模型! [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) 也已经安装了147
150148[BUG] 上传知识库超过1M报错2023-06-06.0556https://github.com/imClumsyPanda/langchain-ChatGLM/issues/556**问题描述 / Problem Description**148
151149打开跨域访问后仍然报错,不能请求2023-06-06.0560https://github.com/imClumsyPanda/langchain-ChatGLM/issues/560报错信息:149
152150dialogue_answering 里面的代码是不是没有用到?,没有看到调用2023-06-07.0571https://github.com/imClumsyPanda/langchain-ChatGLM/issues/571dialogue_answering 是干啥的150
153151[BUG] 响应速度极慢应从哪里入手优化48C/128G/8卡2023-06-07.0573https://github.com/imClumsyPanda/langchain-ChatGLM/issues/573运行环境ubuntu20.04151
154152纯CPU环境下运行cli_demo时报错提示找不到nvcuda.dll2023-06-08.0576https://github.com/imClumsyPanda/langchain-ChatGLM/issues/576本地部署环境是纯CPU之前的版本在纯CPU环境下能正常运行但上传本地知识库经常出现encode问题。今天重新git项目后运行时出现如下问题请问该如何解决。152
155153如何加载本地的embedding模型text2vec-large-chinese模型文件2023-06-08.0582https://github.com/imClumsyPanda/langchain-ChatGLM/issues/582因为需要离线部署所以要把模型放到本地我修改了chains/local_doc_qa.py中的HuggingFaceEmbeddings()在其中加了一个cache_folder的参数保证下载的文件在cache_folder中model_name是text2vec-large-chinese。如cache_folder='/home/xx/model/text2vec-large-chinese', model_name='text2vec-large-chinese',这样仍然需要联网下载报错,请问大佬如何解决该问题?153
156154ChatGLM-6B 在另外服务器安装好了请问如何修改model.cofnig.py 来使用它的接口呢??2023-06-09.0588https://github.com/imClumsyPanda/langchain-ChatGLM/issues/588我本来想在这加一个api base url 但是运行web.py 发现 还是会去连huggingface 下载模型154
157155[BUG] raise partially initialized module 'charset_normalizer' has no attribute 'md__mypyc' when call interface `upload_file`2023-06-10.0591https://github.com/imClumsyPanda/langchain-ChatGLM/issues/591**问题描述 / Problem Description**155
158156[BUG] raise OSError: [Errno 101] Network is unreachable when call interface upload_file and upload .pdf files2023-06-10.0592https://github.com/imClumsyPanda/langchain-ChatGLM/issues/592**问题描述 / Problem Description**156
159157如果直接用vicuna作为基座大模型需要修改的地方有哪些2023-06-12.0596https://github.com/imClumsyPanda/langchain-ChatGLM/issues/596vicuna模型有直接转换好的没有也就是llama转换之后的vicuna。157
160158[BUG] 通过cli.py调用api时抛出AttributeError: 'NoneType' object has no attribute 'get'错误2023-06-12.0598https://github.com/imClumsyPanda/langchain-ChatGLM/issues/598通过`python cli.py start api --ip localhost --port 8001` 命令调用api时抛出158
161159[BUG] 通过cli.py调用api时直接报错`langchain-ChatGLM: error: unrecognized arguments: start cli`2023-06-12.0601https://github.com/imClumsyPanda/langchain-ChatGLM/issues/601通过python cli.py start cli启动cli_demo时报错159
162160[BUG] error: unrecognized arguments: --model-dir conf/models/2023-06-12.0602https://github.com/imClumsyPanda/langchain-ChatGLM/issues/602关键字参数修改了吗?有没有文档啊?大佬160
163161[BUG] 上传文件全部失败2023-06-12.0603https://github.com/imClumsyPanda/langchain-ChatGLM/issues/603ERROR: Exception in ASGI application161
164162[BUG] config 使用 chatyuan 无法启动2023-06-12.0604https://github.com/imClumsyPanda/langchain-ChatGLM/issues/604"chatyuan": {162
165163使用fashchat api之后后台报错APIError 如图所示2023-06-12.0606https://github.com/imClumsyPanda/langchain-ChatGLM/issues/606我按照https://github.com/imClumsyPanda/langchain-ChatGLM/blob/master/docs/fastchat.md163
166164[BUG] 启用上下文关联每次embedding搜索到的内容都会比前一次多一段2023-06-13.0613https://github.com/imClumsyPanda/langchain-ChatGLM/issues/613**问题描述 / Problem Description**164
167165local_doc_qa.py中MyFAISS.from_documents() 这个语句看不太懂。MyFAISS类中没有这个方法其父类FAISS和VectorStore中也只有from_texts方法[BUG] 简洁阐述问题 / Concise description of the issue2023-06-14.0619https://github.com/imClumsyPanda/langchain-ChatGLM/issues/619local_doc_qa.py中MyFAISS.from_documents() 这个语句看不太懂。MyFAISS类中没有这个方法其父类FAISS和VectorStore中也只有from_texts方法165
168166[BUG] TypeError: similarity_search_with_score_by_vector() got an unexpected keyword argument 'filter'2023-06-14.0624https://github.com/imClumsyPanda/langchain-ChatGLM/issues/624**问题描述 / Problem Description**166
169167please delete this issue2023-06-15.0633https://github.com/imClumsyPanda/langchain-ChatGLM/issues/633sorry, incorrect submission. Please remove this issue!167
170168[BUG] vue前端镜像构建失败2023-06-15.0635https://github.com/imClumsyPanda/langchain-ChatGLM/issues/635**问题描述 / Problem Description**168
171169ChatGLM-6B模型能否回答英文问题2023-06-15.0640https://github.com/imClumsyPanda/langchain-ChatGLM/issues/640大佬请问一下如果本地知识文档是英文ChatGLM-6B模型能否回答英文问题不能的话有没有替代的模型推荐期待你的回复谢谢169
172170[BUG] 简洁阐述问题 / Concise description of the issue2023-06-16.0644https://github.com/imClumsyPanda/langchain-ChatGLM/issues/644**问题描述 / Problem Description**170
173171KeyError: 32242023-06-16.0645https://github.com/imClumsyPanda/langchain-ChatGLM/issues/645```171