X-D-Lab / LangChain-ChatGLM-Webui

基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答
Apache License 2.0
3.12k stars 469 forks source link

启动报错 #153

Closed qy-70 closed 5 months ago

qy-70 commented 6 months ago

(chatglm1) D:\project\python-xm\LangChain-ChatGLM-Webui>python app.py D:\Anaconda\Anaconda\envs\chatglm1\Lib\site-packages\langchain\document_loaders__init__.py:36: LangChainDeprecationWarning: Importing document loaders from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.document_loaders import UnstructuredFileLoader.

To install langchain-community run pip install -U langchain-community. warnings.warn( D:\Anaconda\Anaconda\envs\chatglm1\Lib\site-packages\langchain\vectorstores__init__.py:35: LangChainDeprecationWarning: Importing vector stores from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.vectorstores import FAISS.

To install langchain-community run pip install -U langchain-community. warnings.warn( Traceback (most recent call last): File "D:\project\python-xm\LangChain-ChatGLM-Webui\app.py", line 16, in from chatllm import ChatLLM File "D:\project\python-xm\LangChain-ChatGLM-Webui\chatllm.py", line 5, in from fastchat.conversation import (compute_skip_echo_len, ModuleNotFoundError: No module named 'fastchat'

damon-ldl commented 5 months ago

安装一下pip install fschat==0.2.3