mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
parent
bd27898ea9
commit
bcf6685643
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { SemVer } from 'semver';
|
|||
import { ApiTag, DatabaseExtension, ExifOrientation, VectorIndex } from 'src/enum';
|
||||
|
||||
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
||||
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <0.6';
|
||||
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <2';
|
||||
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
|
||||
export const VECTOR_VERSION_RANGE = '>=0.5 <1';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue