LightRAG/lightrag
Magic_yuan 650b8e38b7 feat(lightrag): Add document status tracking and checkpoint support
功能(lightrag): 添加文档状态跟踪和断点续传支持

- Add DocStatus enum and DocProcessingStatus class for document processing state management
- 添加 DocStatus 枚举和 DocProcessingStatus 类用于文档处理状态管理

- Implement JsonDocStatusStorage for persistent status storage
- 实现 JsonDocStatusStorage 用于持久化状态存储

- Add document-level deduplication in batch processing
- 在批处理中添加文档级别的去重功能

- Add checkpoint support in ainsert method for resumable document processing
- 在 ainsert 方法中添加断点续传支持,实现可恢复的文档处理

- Add status query methods for monitoring processing progress
- 添加状态查询方法用于监控处理进度

- Update LightRAG initialization to support document status tracking
- 更新 LightRAG 初始化以支持文档状态跟踪
2024-12-28 00:11:25 +08:00
..
api fixed linting 2024-12-26 23:39:10 +01:00
kg feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
__init__.py Update __init__.py 2024-12-26 15:13:24 +08:00
base.py feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
lightrag.py feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
llm.py Refactor code formatting and update requirements for improved clarity and consistency 2024-12-24 09:56:33 +01:00
operate.py Merge pull request #461 from tjyiiuan/main 2024-12-13 15:10:53 +08:00
prompt.py fix keywords_extraction_examples format error 2024-12-27 03:12:55 +00:00
storage.py feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
utils.py Update utils.py 2024-12-26 22:09:46 +08:00