mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 04:29:24 +08:00
Fix get datasets owner retrieve the whole dataset (#17370)
This commit is contained in:
@@ -50,6 +50,14 @@ export interface IDataset {
|
||||
connectors: IConnector[];
|
||||
}
|
||||
|
||||
export type IDatasetFilter = {
|
||||
owner: Array<{
|
||||
id: string;
|
||||
label: string;
|
||||
count: number;
|
||||
}>;
|
||||
};
|
||||
|
||||
interface Parserconfig {
|
||||
auto_keywords: number;
|
||||
auto_questions: number;
|
||||
|
||||
Reference in New Issue
Block a user