From 235235e657b2889973033f5f037f6fae6929a78d Mon Sep 17 00:00:00 2001 From: zxstty Date: Sun, 27 Apr 2025 07:27:30 +0000 Subject: [PATCH] =?UTF-8?q?update=20run.sh.=20chat2db=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=94=A4=E8=B5=B7=E5=90=8E=EF=BC=8C=E6=B2=89=E7=9D=A15s?= =?UTF-8?q?=E5=86=8D=E8=BF=9B=E8=A1=8C=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxstty --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index ea1a2f3..56374de 100644 --- a/run.sh +++ b/run.sh @@ -2,6 +2,7 @@ java -jar tika-server-standard-2.9.2.jar & python3 /rag-service/chat2db/app/app.py & python3 /rag-service/data_chain/apps/app.py & +sleep 5 python3 /rag-service/chat2db/common/init_sql_example.py while true -- Gitee