LightRAG/lightrag/api/routers
Milin 088fc19318 feat(config): Refactor configuration management
- Optimize JWT Auth module to load configuration via `global_args`.
- Decouple configuration-related code from `utils_api.py`, and add a new `config.py` file for unified configuration management.
- Adjust configuration import in `lightrag_server.py`, `auth.py`, and `document_routes.py` to be introduced through `global_args`.
2025-03-31 11:19:47 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py feat(config): Refactor configuration management 2025-03-31 11:19:47 +08:00
graph_routes.py Refactor authentication and whitelist handling 2025-03-24 05:23:40 +08:00
ollama_api.py Fix linting 2025-03-24 14:30:17 +08:00
query_routes.py Refactor authentication and whitelist handling 2025-03-24 05:23:40 +08:00