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