LightRAG/lightrag
yangdx b5ae84fac6 fix: Add data consistency validation to document processing pipeline
- Add _validate_and_fix_document_consistency() method to detect and fix documents with missing content in full_docs storage
- Integrate consistency check into apipeline_process_enqueue_documents() to automatically mark inconsistent documents as FAILED before processing
- Prevent processing errors caused by documents having status records but missing actual content data
2025-08-14 06:18:34 +08:00
..
api Fixes crash when processing files with UTF-8 encoding error 2025-08-14 05:31:38 +08:00
kg Refac: uniformly protected with the get_data_init_lock for all storage initializations 2025-08-14 03:46:19 +08:00
llm Fix linting 2025-08-09 08:41:41 +08:00
tools
__init__.py Bump core version to 1.4.7 and api version to 0198 2025-08-04 10:55:41 +08:00
base.py Remove deprecated cache_by_modes functionality from all storage 2025-08-05 23:20:26 +08:00
constants.py Set the default LLM temperature to 1.0 and centralize constant management 2025-07-31 17:15:10 +08:00
exceptions.py
lightrag.py fix: Add data consistency validation to document processing pipeline 2025-08-14 06:18:34 +08:00
llm.py
namespace.py Refac: Add workspace infomation to all logger output for all storage type 2025-08-12 01:19:09 +08:00
operate.py Remove query params from cache key generation for keyword extration 2025-08-14 02:57:39 +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 Fix linting 2025-08-14 03:07:29 +08:00
utils_graph.py Fix GRAPH_FIELD_SEP import typo 2025-06-29 01:28:39 +05:00