ragflow/api/apps
江不江 264303ba98
fix delete selected chunks display wrong (#1612)
### What problem does this PR solve?
This PR solves the problem that when you delete selected chunks, the
chunks can be deleted but Chunk Number doesn't change. Now you delete
one chunk, the Chunk Number is reduced by one, delete two chunks, the
Chunk Number is reduced by two...
#900


### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: seaver <zhudan187@qq.com>
2024-07-19 16:25:50 +08:00
..
__init__.py refactor (#1124) 2024-06-12 11:02:15 +08:00
api_app.py fix minimax init error (#1537) 2024-07-16 16:55:31 +08:00
canvas_app.py fix generate error (#1590) 2024-07-18 14:33:30 +08:00
chunk_app.py fix delete selected chunks display wrong (#1612) 2024-07-19 16:25:50 +08:00
conversation_app.py add self-rag (#1070) 2024-06-06 11:13:39 +08:00
dataset_api.py API: Stop parsing (#1556) 2024-07-17 17:07:33 +08:00
dialog_app.py add self-rag (#1070) 2024-06-06 11:13:39 +08:00
document_app.py refactor (#1124) 2024-06-12 11:02:15 +08:00
file2document_app.py fix doc number miss-match issue (#822) 2024-05-17 15:35:09 +08:00
file_app.py fix file preview in file management (#1151) 2024-06-14 10:33:59 +08:00
kb_app.py fix bug about removing KB. (#839) 2024-05-20 09:23:57 +08:00
llm_app.py add support for LocalAI (#1608) 2024-07-19 15:50:28 +08:00
system_app.py add raptor (#899) 2024-05-23 14:31:16 +08:00
user_app.py add rerank model (#969) 2024-05-29 16:50:02 +08:00