LightRAG/lightrag/kg
yangdx 93afa7d8a7 feat: add processing time tracking to document status with metadata field
- Add metadata field to DocProcessingStatus with start_time and end_time tracking
- Record processing timestamps using Unix time format (seconds precision)
- Update all storage backends (JSON, MongoDB, Redis, PostgreSQL) for new field support
- Maintain backward compatibility with default values for existing data
- Add error_msg field for better error tracking during document processing
2025-07-29 23:42:33 +08:00
..
deprecated Remove deprecated storage type 2025-07-05 13:11:32 +08:00
__init__.py Merge branch 'main' into add-Memgraph-graph-db 2025-07-04 23:53:07 +08:00
faiss_impl.py Reorder query settings in web UI 2025-07-15 18:06:00 +08:00
json_doc_status_impl.py feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
json_kv_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
memgraph_impl.py Replace tenacity retries with manual Memgraph transaction retries 2025-07-19 11:31:21 +08:00
milvus_impl.py refactor: extract file path length limit to shared constant 2025-07-26 10:45:03 +08:00
mongo_impl.py feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
nano_vector_db_impl.py feat: add default storage dependencies and optimize imports 2025-07-24 16:14:26 +08:00
neo4j_impl.py Increase Neo4j connection pool size and timeouts 2025-07-19 13:27:34 +08:00
networkx_impl.py feat: add default storage dependencies and optimize imports 2025-07-24 16:14:26 +08:00
postgres_impl.py feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
qdrant_impl.py Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
redis_impl.py feat: add processing time tracking to document status with metadata field 2025-07-29 23:42:33 +08:00
shared_storage.py Update QueryParam 2025-07-15 14:21:58 +08:00