workspace working

This commit is contained in:
2026-01-12 22:31:11 +08:00
parent 2738a822d1
commit 370fe6368a
149 changed files with 4648 additions and 660 deletions

View File

@@ -51,4 +51,8 @@ if exist "LightRAG-main\lightrag_webui\package.json" (
REM Start the LightRAG server using the fixed Python script
echo Starting LightRAG server...
python start_server_fixed.py
python start_server_fixed.py
if errorlevel 1 (
echo Server failed to start. Press any key to close...
pause
)