LightRAG/lightrag
yangdx 92bbb7a1b3 Remove content fallback and standardize doc status handling
- Remove content_summary fallback logic
- Standardize doc status processing
- Handle missing file_path consistently
2025-07-29 16:13:51 +08:00
..
api refactor: Remove deprecated max_token_size from embedding configuration 2025-07-29 10:49:35 +08:00
kg Remove content fallback and standardize doc status handling 2025-07-29 16:13:51 +08:00
llm refactor: Remove deprecated max_token_size from embedding configuration 2025-07-29 10:49:35 +08:00
tools
__init__.py Bump core version to 1.4.5 and api version to 0190 2025-07-25 11:15:04 +08:00
base.py Remove content field from DocProcessingStatus, update MongoDB and PostgreSQL implementation 2025-07-29 14:52:45 +08:00
constants.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
exceptions.py
lightrag.py feat: separate document content from doc_status to improve performance 2025-07-29 14:20:07 +08:00
llm.py
namespace.py
operate.py Refactor: Rename llm_model_max_token_size to summary_max_tokens 2025-07-28 00:49:08 +08:00
prompt.py Unify entity extraction prompt between passes 2025-07-27 23:06:55 +08:00
rerank.py Fix: rename rerank parameter from top_k to top_n 2025-07-20 00:26:27 +08:00
types.py
utils.py refactor: Remove deprecated max_token_size from embedding configuration 2025-07-29 10:49:35 +08:00
utils_graph.py