No project description provided
Project description
开始使用
环境配置完成后,启动步骤为先启动chatchat-server,然后启动chatchat-frontend。 chatchat可通过pypi安装一键启动,您也可以选择使用源码启动。(Tips:源码配置可以帮助我们更快的寻找bug,或者改进基础设施。我们不建议新手使用这个方式)
pypi安装一键启动
- 安装chatchat
pip install langchain-chatchat -U
- 复制配置文件
后面我们会提供一个一键初始化的脚本,现在您可以手动复制配置文件 请注意:这个命令会清空数据库,如果您有重要数据,请备份
cd chatchat-server/chatchat
mkdir -p ~/.config/chatchat/
cp -r configs ~/.config/chatchat/
cp -r data ~/.config/chatchat/
cp -r img ~/.config/chatchat/
当配置文件复制完成后,配置拷贝后路径的
model_providers.yaml
文件,即可完成自定义平台加载
cd ~/.config/chatchat/configs
vim model_providers.yaml
注意: 在您配置平台之前,请确认平台依赖完整,例如智谱平台,您需要安装智谱sdk
pip install zhipuai
详细配置请参考README.md
- 启动服务
chatchat -a
源码启动chatchat-server
- 安装chatchat
git clone https://github.com/chatchat-space/Langchain-Chatchat.git
- 修改
model_providers.yaml
文件,即可完成自定义平台加载
cd Langchain-Chatchat/libs/chatchat-server/chatchat/configs
vim model_providers.yaml
- 平台配置
注意: 在您配置平台之前,请确认平台依赖完整,例如智谱平台,您需要安装智谱sdk
pip install zhipuai
详细配置请参考README.md
- 初始化开发环境
Code: 源码配置可以帮助我们更快的寻找bug,或者改进基础设施。
- 初始化仓库
请注意:这个命令会清空数据库,如果您有重要数据,请备份
cd Langchain-Chatchat/libs/chatchat-server/chatchat
python init_database.py --recreate-vs
- 启动服务
cd Langchain-Chatchat/libs/chatchat-server/chatchat
python startup.py -a
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_chatchat-0.3.0.20240606.tar.gz
.
File metadata
- Download URL: langchain_chatchat-0.3.0.20240606.tar.gz
- Upload date:
- Size: 23.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.13 Linux/6.9.1-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee099aaeeda3d07154f6e9a909d56cdebcec03f959d0df0e8c7d55f5bb68c03c |
|
MD5 | 1277329aed3fe74a6805de7700795174 |
|
BLAKE2b-256 | 539dd2ee2cfffed05acf87ad93772342b1620b3a707d0a7c8567a262379c1a40 |
File details
Details for the file langchain_chatchat-0.3.0.20240606-py3-none-any.whl
.
File metadata
- Download URL: langchain_chatchat-0.3.0.20240606-py3-none-any.whl
- Upload date:
- Size: 23.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.13 Linux/6.9.1-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a230fd0ec26a37bf5cca59fc6074e04f9a3de1b23b2e5567629624b5370ab59b |
|
MD5 | 24e91bcd4fcb1608d2baab07e02dd07a |
|
BLAKE2b-256 | 61ffaec9bd56d36ab421cfe3719fc49a9420eb524eeca11a769c72aa7d4e38e0 |