From 9c69438c3e5584e44f11fb231adea5ba9d03d165 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 16 Jan 2025 17:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=9C=8D=E5=8A=A1=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E8=84=9A=E6=9C=AC=EF=BC=9A=E6=BF=80=E6=B4=BB=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start-server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start-server.sh b/start-server.sh index a250a3c3..4e143f37 100755 --- a/start-server.sh +++ b/start-server.sh @@ -1 +1,3 @@ +. venv/bin/activate + lightrag-ollama --llm-binding openai --llm-model deepseek-chat --embedding-model "bge-m3:latest" --embedding-dim 1024