mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
@@ -231,7 +231,7 @@ export class DatabaseRepository {
|
||||
}
|
||||
|
||||
private async reindexVectors(indexName: VectorIndex, { lists }: { lists?: number } = {}): Promise<void> {
|
||||
this.logger.log(`Reindexing ${indexName}`);
|
||||
this.logger.log(`Reindexing ${indexName} (This may take a while, do not restart)`);
|
||||
const table = VECTOR_INDEX_TABLES[indexName];
|
||||
const vectorExtension = await getVectorExtension(this.db);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user