LightRAG/lightrag/api/routers
clssck c5f230a30c test: fix env handling, add type hints, improve docs
Improve code quality and test robustness:
- Refactor environment variable parsing in rerank config using centralized get_env_value helper
- Add return type hints to all test methods for better type safety
- Fix patch path in test from lightrag.utils to lightrag.rerank for correct import location
- Clarify batch insert endpoint behavior regarding duplicate content rejection
- Expand .dockerignore to comprehensively exclude node_modules (200MB+), Python cache files, and venv directories
- Update dependency groups: align evaluation and test extras with pytest/pre-commit/ruff tools
2025-12-03 15:02:11 +01:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py test: fix env handling, add type hints, improve docs 2025-12-03 15:02:11 +01:00
graph_routes.py feat: add db_degree visibility and orphan connection UI 2025-11-29 21:08:07 +01:00
ollama_api.py chore: add citation system and enhance RAG UI components 2025-12-01 17:50:00 +01:00
query_routes.py chore: add citation system and enhance RAG UI components 2025-12-01 17:50:00 +01:00
table_routes.py chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00