Merge branch 'main' into feat/ragas-evaluation

This commit is contained in:
ben moussa anouar
2025-11-03 06:01:46 +01:00
committed by GitHub
6 changed files with 63 additions and 18 deletions

View File

@@ -122,6 +122,11 @@ evaluation = [
"pytest-asyncio>=1.2.0",
]
observability = [
# LLM observability and tracing dependencies
"langfuse>=3.8.1",
]
[project.scripts]
lightrag-server = "lightrag.api.lightrag_server:main"
lightrag-gunicorn = "lightrag.api.run_with_gunicorn:main"