LightRAG/lightrag
2025-11-08 02:07:31 +08:00
..
api Centralize embedding_send_dim config through args instead of env var 2025-11-08 01:52:23 +08:00
evaluation Add separate endpoint configuration for LLM and embeddings in evaluation 2025-11-05 18:54:38 +08:00
kg Fix linting 2025-11-06 20:48:51 +08:00
llm Add section header comment for Gemini binding options 2025-11-08 02:07:31 +08:00
tools
__init__.py
base.py
constants.py Refactor entity merging with unified attribute merge function 2025-10-27 00:04:17 +08:00
exceptions.py
lightrag.py Fix: Remove redundant entity/relation chunk deletions 2025-11-07 02:56:16 +08:00
namespace.py Add entity/relation chunk tracking with configurable source ID limits 2025-10-20 15:24:15 +08:00
operate.py Prohibit direct access to internal functions of EmbeddingFunc. 2025-11-08 01:43:36 +08:00
prompt.py Fix typo in 'equipment' in prompt.py 2025-10-22 11:13:22 +08:00
rerank.py fix: Resolve default rerank config problem when env var missing 2025-08-23 01:07:59 +08:00
types.py
utils.py
utils_graph.py