LightRAG/lightrag
2025-10-17 15:40:32 -05:00
..
api Bump API version to 0241 2025-10-17 21:19:03 +08:00
kg Refactor SQL queries and improve input handling in PGKVStorage and PGDocStatusStorage 2025-10-17 15:40:32 -05:00
llm Add offline deployment support with cache management and layered deps 2025-10-11 10:28:14 +08:00
tools Add offline deployment support with cache management and layered deps 2025-10-11 10:28:14 +08:00
__init__.py Bump core version to 1.4.9.4 2025-10-16 11:29:38 +08:00
base.py Add PREPROCESSED (multimodal_processed) status for multimodal document processing 2025-10-14 14:02:05 +08:00
constants.py Remove deprecated history_turns and ids parameters from query API endpoint 2025-09-25 04:58:57 +08:00
exceptions.py
lightrag.py Handle empty query results by returning None instead of fail responses 2025-10-15 12:04:49 +08:00
namespace.py
operate.py Allow related chunks missing in knowledge graph queries 2025-10-17 00:19:30 +08:00
prompt.py Remove bold formatting from instruction headers in prompts 2025-10-02 00:58:03 +08:00
rerank.py
types.py
utils.py Fix tuple delimiter corruption handling in regex patterns 2025-10-17 18:43:45 +08:00
utils_graph.py