dataset inheritance permission (#2151)
* refactor: dataset create and update api * chore: defaultpermission & resume fe * refactor: database auth * fix(ts): add inheritPermission into default data types * chore: adjust the code * fix: list api type filter * fix: query condition
This commit is contained in:
@@ -25,7 +25,6 @@ export type CreateDatasetParams = {
|
||||
avatar: string;
|
||||
vectorModel?: string;
|
||||
agentModel?: string;
|
||||
defaultPermission?: PermissionValueType;
|
||||
};
|
||||
|
||||
export type RebuildEmbeddingProps = {
|
||||
|
||||
Reference in New Issue
Block a user