修改server启动命令

This commit is contained in:
yangdx 2025-01-15 13:14:09 +08:00
parent 1088e10fb2
commit da91510363
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
python lightrag_server.py --llm-binding openai --llm-model deepseek-chat --embedding-model "bge-m3:latest" --embedding-dim 1024

1
start-server.sh Executable file
View File

@ -0,0 +1 @@
lightrag-server --llm-binding openai --llm-model deepseek-chat --embedding-model "bge-m3:latest" --embedding-dim 1024