LightRAG/lightrag
yangdx 9963fb7ff4 Make VERBOSE_DEBUG configurable via environment variable
- Adds environment variable support
- Defaults to "false" if not set
- Case-insensitive check for "true"
- Simplifies debugging configuration
- Maintains backward compatibility
2025-02-17 11:37:38 +08:00
..
api Add verbose debug output option to API configuration 2025-02-17 03:57:58 +08:00
kg Merge pull request #785 from danielaskdd/improve-CORS-handling 2025-02-16 20:31:33 +08:00
llm Add verbose debug option to control detailed debug output level 2025-02-17 01:38:18 +08:00
tools format 2025-02-06 00:23:41 +08:00
__init__.py Update __version__ 2025-02-11 11:59:28 +08:00
base.py Merge branch 'main' into add-env-settings 2025-02-16 22:34:39 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Merge branch 'main' into add-env-settings 2025-02-16 22:34:39 +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 Add verbose debug option to control detailed debug output level 2025-02-17 01:38:18 +08:00
prompt.py improved typing 2025-02-15 22:37:12 +01:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py Make VERBOSE_DEBUG configurable via environment variable 2025-02-17 11:37:38 +08:00