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

运行 webui.py后能访问页面,上传一个md文件后,日志中有错误。等待后能加载完成,提示可以提问了,但提问没反应,日志中有错误。 具体日志如下。 ``` $ python webui.py /data/py310/lib/python3.10/site-packages/gradio/components.py:167: UserWarning: Unknown style parameter: height warnings.warn(f"Unknown style parameter: {key}") Running on local URL: http://0.0.0.0:7860 To create a public link, set `share=True` in...

![JppHrGOWFa](https://user-images.githubusercontent.com/109277248/232009383-bf7c46d1-a01e-4e0a-9de6-5b5ed3e36158.jpg)

报错数据如下: Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`.

AttributeError: module 'transformers_modules.chatglm-6b.configuration_chatglm' has no attribute 'ChatGLMConfig 怎么解决呀

环境:windows 11, anaconda/python 3.8 上传txt文件或者直接用默认的txt文件加载时报这个错误 langchain-ChatGLM README.md 未能成功加载 Traceback (most recent call last): File "D:\ProgramData\Anaconda3\envs\chatglm\lib\site-packages\gradio\routes.py", line 395, in run_predict output = await app.get_blocks().process_api( File "D:\ProgramData\Anaconda3\envs\chatglm\lib\site-packages\gradio\blocks.py", line 1193, in process_api result...

看上去不是爆内存的问题,连续问问题后,会出现如下报错 ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/devops/git/langchain-ChatGLM/knowledge_based_chatglm.py:118 in │ │ │ │ 115 │ │ vector_store = init_knowledge_vector_store(filepath) │ │ 116 │ history = [] │...

![image](https://user-images.githubusercontent.com/14323022/229687131-9a2aae04-22ae-4cf1-99f1-a2389080b31f.png) 如图所示,将该项目的README.md和该项目结合后,回答效果并不理想,请问可以从哪些方面进行优化

能否弄个懒人包,可以一键体验?

This is a PR for github-pages After the repo merged, please enable github-pages by: 1. Goto Repo 2. Setting -> Pages -> Branch 3. Select 'master' branch and '/docs' directory...