LightRAG/lightrag
yangdx dffe659388 Feat: Add document deletion by ID API endpoint
- New DELETE endpoint for document removal
- Implements doc_id-based deletion
- Handles pipeline status during operation
- Includes proper error handling
- Updates pipeline status messages
2025-06-23 18:10:40 +08:00
..
api Feat: Add document deletion by ID API endpoint 2025-06-23 18:10:40 +08:00
kg Update 2025-06-22 15:12:09 +08:00
llm fix lint 2025-06-19 14:16:24 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump api version to 1.3.9 2025-06-11 17:03:27 +08:00
base.py Refac: Return status and messages for delete by doc id operaton 2025-06-23 17:59:27 +08:00
constants.py feat: Centralize configuration and update defaults 2025-05-06 22:00:43 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Refac: Return status and messages for delete by doc id operaton 2025-06-23 17:59:27 +08:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py Update operate.py 2025-06-09 19:47:29 +08:00
prompt.py Optimizing query prompt 2025-05-08 12:53:28 +08:00
types.py Add is_truncated to graph query for NetworkX graph db 2025-04-02 22:12:20 +08:00
utils.py update delete_by_doc_id 2025-06-09 18:52:34 +08:00
utils_graph.py Update insert_custom_kg 2025-05-27 16:07:04 +08:00