ragflow/api
Qidi Cao f0879563d0
fix: resolve residual image files issue after document deletion (#7964)
### What problem does this PR solve?

When deleting knowledge base documents in RAGFlow, the current process
only removes the block texts in Elasticsearch and the original files in
MinIO, but it leaves behind many binary images and thumbnails generated
during chunking. This pull request improves the deletion process by
querying the block information in Elasticsearch to ensure a more
thorough and complete cleanup.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-05-30 12:56:33 +08:00
..
apps agents openai API add new way to get session_id (#7937) 2025-05-29 13:31:17 +08:00
db fix: resolve residual image files issue after document deletion (#7964) 2025-05-30 12:56:33 +08:00
utils Refa: HTTP API list datasets / test cases / docs (#7720) 2025-05-20 09:58:26 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py
ragflow_server.py Feat: Support tool calling in Generate component (#7572) 2025-05-16 16:32:19 +08:00
settings.py Feat: change default models (#7777) 2025-05-23 18:21:25 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Fix VERSION 2024-12-07 16:56:34 +08:00