refine document upload (#602)

### What problem does this PR solve?

#567 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
KevinHuSh
2024-04-29 15:45:08 +08:00
committed by GitHub
parent 8acc01a227
commit 6874c6f3a7
2 changed files with 54 additions and 49 deletions

View File

@ -34,6 +34,7 @@ do
task_exe $i $WS &
done
while [ 1 -eq 1 ];do
$PY api/ragflow_server.py
done
wait;