add startup.md

This commit is contained in:
dzr
2025-10-14 10:17:02 +08:00
parent 6748ec7189
commit cb815b01c0

6
startup.md Normal file
View File

@@ -0,0 +1,6 @@
uv pip install -e .
set -a
. ./docker/.env
set +a
PYTHONPATH=$(pwd) python api/ragflow_server_fastapi.py