项目官方地址:https://github.com/chatchat-space/Langchain-Chatchat 项目wiki:https://github.com/chatchat-space/Langchain-Chatchat/wiki/ 根据官方地址部署出来有坑,那就是执行python init_database.py --recreate-vs的时候会报错,那是因为模型路径不对,需要手动修改配置文件config目录下的model_config.py中的"llm_model"下的模型路径,这个针对你用…