export const MAX_ATTEMPTS = 3; export const DEFAULT_MAX_READ_ROWS_FOR_AI = 5; export enum DatasetActionType { Disliked = 0, Liked = 1, }