ragflow/api
Stephen Hu 1d73baf3d8
Feat: improve '/mv' '/list' API performance (#6502)
### What problem does this PR solve?

1. for /mv API use get by ids to avoid O(n) DB IO

2. for /list remove one useless call
### Type of change

- [x] Performance Improvement
2025-03-25 16:30:25 +08:00
..
apps Feat: improve '/mv' '/list' API performance (#6502) 2025-03-25 16:30:25 +08:00
db Fix: failed to acquire lock exception with retry mechanism for postgres and mysql (#6483) 2025-03-25 15:09:56 +08:00
utils Feat: Add Duplicate ID Check and Update Deletion Logic (#6376) 2025-03-21 14:05:17 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Add more web test cases (#3702) 2024-11-28 15:46:35 +08:00
ragflow_server.py Fix update_progress (#6340) 2025-03-20 17:01:28 +08:00
settings.py Feat: Add user registration toggle feature (#6327) 2025-03-21 09:38:15 +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