LightRAG/lightrag
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
..
api feat(config): Refactor configuration management 2025-03-31 11:19:47 +08:00
kg Change empty pipeline job name 2025-03-26 17:48:00 +08:00
llm Update webui assets 2025-03-22 00:36:38 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Update __init__.py 2025-03-25 15:28:03 +08:00
base.py linting errors 2025-03-25 15:20:09 +05:30
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Fix linting 2025-03-26 17:30:06 +08:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py linting errors 2025-03-25 15:20:09 +05:30
prompt.py add citation 2025-03-17 23:32:35 +08:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py Fix linting 2025-03-26 23:53:41 +08:00