mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-03 00:37:48 +08:00
Revert "Refactor dataset / kb API to RESTFul style" (#13614)
Reverts infiniflow/ragflow#13263
This commit is contained in:
@ -24,14 +24,10 @@ export interface IFetchKnowledgeListRequestBody {
|
||||
}
|
||||
|
||||
export interface IFetchKnowledgeListRequestParams {
|
||||
id?: string;
|
||||
kb_id?: string;
|
||||
keywords?: 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