1、修改api文件位置
2、意图识别继承langfuse
This commit is contained in:
@@ -10,7 +10,7 @@ else
|
||||
# 启动一个名为DifyQueryRetrieval_api的screen会话,并在其中执行后续命令
|
||||
screen -dmS DifyQueryRetrieval_api bash -c "
|
||||
cd \"$SCRIPT_DIR\"
|
||||
uv run uvicorn rag2_0.dify.DifyQueryRetrieval_api:app --host 0.0.0.0 --port 8002 --workers 25
|
||||
uv run uvicorn rag2_0.api.DifyQueryRetrieval_api:app --host 0.0.0.0 --port 8002 --workers 25
|
||||
"
|
||||
|
||||
# 输出提示信息
|
||||
|
||||
Reference in New Issue
Block a user