mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore(server): support pgvecto.rs 0.3.0 (#11624)
relax pgvecto.rs constraint
This commit is contained in:
parent
ea135cc310
commit
23d4314eed
@ -4,7 +4,7 @@ import { join } from 'node:path';
|
|||||||
import { SemVer } from 'semver';
|
import { SemVer } from 'semver';
|
||||||
|
|
||||||
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
||||||
export const VECTORS_VERSION_RANGE = '0.2.x';
|
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';
|
||||||
|
|
||||||
export const NEXT_RELEASE = 'NEXT_RELEASE';
|
export const NEXT_RELEASE = 'NEXT_RELEASE';
|
||||||
|
Loading…
Reference in New Issue
Block a user