You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix(server): reindex after changing to a model with a different dimension size (#10496)
reindex after truncating
This commit is contained in:
		| @@ -315,6 +315,7 @@ export class SearchRepository implements ISearchRepository { | ||||
|     await this.smartSearchRepository.manager.transaction(async (manager) => { | ||||
|       await manager.clear(SmartSearchEntity); | ||||
|       await manager.query(`ALTER TABLE smart_search ALTER COLUMN embedding SET DATA TYPE vector(${dimSize})`); | ||||
|       await manager.query(`REINDEX INDEX clip_index`); | ||||
|     }); | ||||
|  | ||||
|     this.logger.log(`Successfully updated database CLIP dimension size from ${curDimSize} to ${dimSize}.`); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user