Added quantizerType support in vector embedding (#2471)

* Added quantizerType support in vector embedding

* Fix build issues

* Address PR Comments

* address pr comments
This commit is contained in:
sunghyunkang1111
2026-05-01 12:38:53 -05:00
committed by GitHub
parent 7014981807
commit 4e8410cd66
8 changed files with 143 additions and 31 deletions
+1
View File
@@ -255,6 +255,7 @@ export interface VectorIndex {
vectorIndexShardKey?: string[];
indexingSearchListSize?: number;
quantizationByteSize?: number;
quantizerType?: "product" | "spherical";
}
export interface FullTextIndex {