mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
parent
0979528a05
commit
4836047e50
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ export class DatabaseRepository {
|
||||||
}
|
}
|
||||||
|
|
||||||
private async reindexVectors(indexName: VectorIndex, { lists }: { lists?: number } = {}): Promise<void> {
|
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 table = VECTOR_INDEX_TABLES[indexName];
|
||||||
const vectorExtension = await getVectorExtension(this.db);
|
const vectorExtension = await getVectorExtension(this.db);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue