Improve reindex completion flag (#14308)

This commit is contained in:
Josh Hawkins
2024-10-12 14:44:01 -05:00
committed by GitHub
parent 3a403392e7
commit 0fc7999780
3 changed files with 19 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ export type EmbeddingsReindexProgressType = {
processed_objects: number;
total_objects: number;
time_remaining: number;
status: string;
};
export type ToggleableSetting = "ON" | "OFF";