DuanxinCao/chatbot_chatGLM

0

stars

3

commits

Jupyter Notebook

primary language

Jun 1, 2023

updated

README

介绍

基于langchain和chatglm搭建自己的聊天机器人,并用tair存储私有数据,为私有数据构建索引。运行本项目前需要确保GPU驱动已经安装,如果没有GPU,需要修改代码使用CPU加载。 CPU机器内存要求参考chatglm

环境

  • python >= 3.10(最好是3.10.10)

运行以下命令安装本项目所需的第三方库

pip install -r requirementes.txt

启动

nohup python api_fastapi.py --allow-root 2>&1 &

其他

提供了jupyter notebook:chatbot.ipynb

Contributors

DuanxinCao

3 commits

DuanxinCao/chatbot_chatGLM

0

stars

3

commits

Jupyter Notebook

primary language

Jun 1, 2023

updated

README

介绍

基于langchain和chatglm搭建自己的聊天机器人,并用tair存储私有数据,为私有数据构建索引。运行本项目前需要确保GPU驱动已经安装,如果没有GPU,需要修改代码使用CPU加载。 CPU机器内存要求参考chatglm

环境

  • python >= 3.10(最好是3.10.10)

运行以下命令安装本项目所需的第三方库

pip install -r requirementes.txt

启动

nohup python api_fastapi.py --allow-root 2>&1 &

其他

提供了jupyter notebook:chatbot.ipynb

Contributors

DuanxinCao

3 commits

Languages

Jupyter Notebook

72.2%

Python

27.8%