mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: confirm before deleting knowledge base and add ChunkToolBar (#56)
* feat: confirm before deleting knowledge base * feat: add ChunkToolBar
This commit is contained in:
@ -21,6 +21,7 @@ const {
|
||||
rm_chunk,
|
||||
retrieval_test,
|
||||
document_rename,
|
||||
document_run,
|
||||
} = api;
|
||||
|
||||
const methods = {
|
||||
@ -66,6 +67,10 @@ const methods = {
|
||||
url: document_create,
|
||||
method: 'post',
|
||||
},
|
||||
document_run: {
|
||||
url: document_run,
|
||||
method: 'post',
|
||||
},
|
||||
document_change_parser: {
|
||||
url: document_change_parser,
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user