LangChain-ChatGLM-Webui icon indicating copy to clipboard operation
LangChain-ChatGLM-Webui copied to clipboard

基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答

Results 42 LangChain-ChatGLM-Webui issues
Sort by recently updated
recently updated
newest added

ERROR: Cannot install langchain-serve==0.0.23, langchain-serve==0.0.24, langchain-serve==0.0.25, langchain-serve==0.0.26, langchain-serve==0.0.27, langchain-serve==0.0.28, langchain-serve==0.0.29, langchain-serve==0.0.30, langchain-serve==0.0.31 and langchain-serve==0.0.32 because these package versions have conflicting dependencies. The conflict is caused by: langchain-serve 0.0.32 depends on...

(rag) a@a-Super-Server:/media/a/DATA/LangChain-ChatGLM-Webui-master$ python3 app.py Traceback (most recent call last): File "/media/a/DATA/LangChain-ChatGLM-Webui-master/app.py", line 16, in from chatllm import ChatLLM File "/media/a/DATA/LangChain-ChatGLM-Webui-master/chatllm.py", line 5, in from fastchat.conversation import (compute_skip_echo_len, ImportError: cannot import...

以下是我加载模型出现的错误 root@r98c42b95ad047a39682a5cc9c547b94-task0-0:/tmp/code/langchain-chatglm-webui# python app.py 开始加载模型配置 /usr/local/lib/python3.8/dist-packages/torch/nn/modules/module.py:1383: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. warnings.warn( 'HTTPSConnectionPool(host='huggingface.co', port=443):...

大佬们,我运行 ```bash cd modelscope python3 app.py ``` 后出现了这个错误,请问怎么解决? ```python Traceback (most recent call last): File "/opt/ai/Langchain-ChatGLM-Webui/.env/lib/python3.9/site-packages/gradio/queueing.py", line 427, in call_prediction output = await route_utils.call_process_api( File "/opt/ai/Langchain-ChatGLM-Webui/.env/lib/python3.9/site-packages/gradio/route_utils.py", line 232, in call_process_api...

bug

hi, when install on mac, this error occur, python 3.12.1 pip 23.3.2 ``` Collecting psutil>=5.0.0 (from wandb==0.13.0->-r requirements.txt (line 16)) Using cached psutil-5.9.7-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) Collecting sentry-sdk>=1.0.0 (from wandb==0.13.0->-r requirements.txt...

E:\python\LangChain-ChatGLM-Webui> python app.py Traceback (most recent call last): File "E:\python\LangChain-ChatGLM-Webui\app.py", line 7, in from duckduckgo_search import ddg ImportError: cannot import name 'ddg' from 'duckduckgo_search' 这个是什么原因呢?

Traceback (most recent call last): File "/home/zhonghuihang/miniconda3/envs/lang/lib/python3.8/site-packages/gradio/routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "/home/zhonghuihang/miniconda3/envs/lang/lib/python3.8/site-packages/gradio/blocks.py", line 1075, in process_api result = await self.call_function( File "/home/zhonghuihang/miniconda3/envs/lang/lib/python3.8/site-packages/gradio/blocks.py", line 884, in...

bug

(venv) PS D:\python\LangChain-ChatGLM-Webui-master> python app.py No sentence-transformers model found with name C:\Users\Administrator/.cache\torch\sentence_transformers\GanymedeNil_text2vec-base-chinese. Creating a new one with MEAN poolin g. No sentence-transformers model found with name D:\python\LangChain-ChatGLM-Webui-master\model_cache\GanymedeNil/text2vec-base-chinese\GanymedeNil_text2vec-base-chinese. Creati ng a...

bug