销售助手 python
Go to file
2026-07-15 16:00:58 +08:00
.idea 初始化项目,完整业务代码提交 2026-06-15 09:27:28 +08:00
app feat: 意图识别优化 2026-07-15 16:00:58 +08:00
conf 增加asr能力 2026-06-26 10:00:18 +08:00
.gitignore 提交 2026-06-15 12:22:21 +08:00
main.py 测试 2026-06-15 10:08:28 +08:00
pyproject.toml chore: 添加 paramiko 依赖用于 SSH 连接 2026-06-26 13:57:24 +08:00
readme feat: 知识库查询按照意图分类查询 2026-07-13 17:56:01 +08:00
uv.lock chore: 添加 paramiko 依赖用于 SSH 连接 2026-06-26 13:57:24 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  进入虚拟环境
  启动nohup uvicorn app.uvicorn_main:app --host 0.0.0.0 --port 8000 --workers 1 > uvicorn.log 2>&1 &
  打包py package.py
  同步库+虚拟环境uv sync

  优化后续将workers 1--》workers 4 在定时任务加redis分布式