1、修改api文件位置

2、意图识别继承langfuse
This commit is contained in:
2025-08-27 11:22:54 +08:00
parent 53ac47f4a5
commit c9c7f13060
12 changed files with 1385 additions and 1321 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ else
# 启动一个名为AnswerType的screen会话,并在其中执行后续命令
screen -dmS AnswerType bash -c "
cd \"$SCRIPT_DIR\"
uv run uvicorn rag2_0.dify.AnswerType:app --host 0.0.0.0 --port 8003 --workers 1
uv run uvicorn rag2_0.api.AnswerType_api:app --host 0.0.0.0 --port 8003 --workers 1
"
# 输出提示信息