LightRAG/lightrag/api/routers
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
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py feat: add metadata timestamps to document processing and update frontend compatibility 2025-07-30 00:04:27 +08:00
graph_routes.py Fix linting 2025-04-14 13:29:56 +08:00
ollama_api.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
query_routes.py feat: change default query mode from hybrid to mix 2025-07-17 19:21:15 +08:00