chore: tighten vchord version range (#18420)

guard minor version
This commit is contained in:
Mert
2025-05-21 13:03:53 -04:00
committed by GitHub
parent 6b31e333bb
commit 760b08506a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { SemVer } from 'semver';
import { DatabaseExtension, ExifOrientation, VectorIndex } from 'src/enum';
export const POSTGRES_VERSION_RANGE = '>=14.0.0';
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <1';
export const VECTORCHORD_VERSION_RANGE = '>=0.3 <0.4';
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
export const VECTOR_VERSION_RANGE = '>=0.5 <1';