LightRAG/lightrag
yangdx 6f958d5aee feat: add metadata timestamps to document processing and update frontend compatibility
- Add metadata field to doc_status storage with Unix timestamps for processing start/end times
- Update frontend API types: error -> error_msg, add track_id and metadata support
- Add getTrackStatus API method for document tracking functionality
- Fix frontend DocumentManager to use error_msg field for proper error display
- Ensure full compatibility between backend metadata changes and frontend UI
2025-07-30 00:04:27 +08:00
..
api feat: add metadata timestamps to document processing and update frontend compatibility 2025-07-30 00:04:27 +08:00
kg feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
llm refactor: Remove deprecated max_token_size from embedding configuration 2025-07-29 10:49:35 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump core version to 1.4.5 and api version to 0190 2025-07-25 11:15:04 +08:00
base.py feat: add metadata timestamps to document processing and update frontend compatibility 2025-07-30 00:04:27 +08:00
constants.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
exceptions.py
lightrag.py feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
llm.py
namespace.py Remove namespace_prefix 2025-07-06 00:16:47 +08:00
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 Add is_truncated to graph query for NetworkX graph db 2025-04-02 22:12:20 +08:00
utils.py feat: add track_id support for document processing progress monitoring 2025-07-29 22:24:21 +08:00
utils_graph.py Fix GRAPH_FIELD_SEP import typo 2025-06-29 01:28:39 +05:00