immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
52.62k stars 2.79k forks source link

fix(server): remove unnecessary guc settings for vector search #14237

Closed mertalev closed 5 days ago

mertalev commented 5 days ago

Description

enable_prefilter is default on in 0.2.0 and removed in 0.3.0 onward, so it can only cause issues to set it manually. enable_vbase is also enabled by default.

Fixes #14234

danieldietzler commented 5 days ago

Fixes #14234