主题
AI 助手相关配置
向量库服务
请联系售后人员获取部署脚本
启动服务
bash
bash deploy.sh -m start
# 当看到 "start success" 字样表示服务启动正常
停止服务
bash
bash deploy.sh -m stop
停止服务(清理容器)
bash
bash deploy.sh -m down
查看运行状态
bash
bash deploy.sh -m status
更改 hengshi 服务配置(需重启 hengshi 服务)
修改/opt/hengshi/conf/hengshi-sense-env.sh 文件
取消VECTOR_DB_URL
和VECTOR_ENDPOINT
变量的注释
bash
export VECTOR_DB_URL="jdbc:postgresql://localhost:54321/postgres?user=postgres&password=postgres&useUnicode=true&characterEncoding=utf8"
export VECTOR_ENDPOINT="http://localhost:3000/v1/embeddings"
注意:
默认连接地址是 localhost。 如果此服务与 hengshi 不在同一台机器上,请修改为部署服务的机器 IP。