mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 15:11:08 +08:00
Refactor: dataset / kb API to RESTFul style (#13690)
### What problem does this PR solve? 1. Split dataset api to gateway and service, and modify web UI to use restful http api. 2. Old KB releated APIs are commented. ### Type of change - [x] Refactoring --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com>
This commit is contained in:
@@ -24,10 +24,14 @@ export interface IFetchKnowledgeListRequestBody {
|
||||
}
|
||||
|
||||
export interface IFetchKnowledgeListRequestParams {
|
||||
kb_id?: string;
|
||||
keywords?: string;
|
||||
id?: string;
|
||||
page?: number;
|
||||
page_size?: number;
|
||||
ext?: {
|
||||
keywords?: string;
|
||||
owner_ids?: string[];
|
||||
parser_id?: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IFetchDocumentListRequestBody {
|
||||
|
||||
Reference in New Issue
Block a user