mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(server): support vectorchord 0.5.x (#21602)
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
This commit is contained in:
parent
fd45a2744a
commit
60a5699f91
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { SemVer } from 'semver';
|
||||||
import { DatabaseExtension, ExifOrientation, VectorIndex } from 'src/enum';
|
import { DatabaseExtension, ExifOrientation, VectorIndex } from 'src/enum';
|
||||||
|
|
||||||
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
||||||
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <0.5';
|
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <0.6';
|
||||||
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
|
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
|
||||||
export const VECTOR_VERSION_RANGE = '>=0.5 <1';
|
export const VECTOR_VERSION_RANGE = '>=0.5 <1';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue