LLM - Large Language Model
对应五个组件:
https://github.com/chatchat-space/Langchain-Chatchat
Python版本要求3.8-3.11。推荐使用 conda,下载地址:https://docs.anaconda.com/free/miniconda/
# 拉取仓库 $ git clone https://github.com/chatchat-space/Langchain-Chatchat.git
$ conda create -n chatchat python=3.11
# 进入目录 $ cd Langchain-Chatchat # 安装全部依赖 $ pip install -r requirements.txt $ pip install -r requirements_api.txt $ pip install -r requirements_webui.txt
$ git lfs install $ git clone https://huggingface.co/BAAI/bge-large-zh-v1.5
$ python copy_config_example.py $ python init_database.py --recreate-vs
$ python startup.py -a
本文作者:谭三皮
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!