mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-15 09:47:30 +01:00
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:
@@ -255,6 +255,7 @@ export interface VectorIndex {
|
||||
vectorIndexShardKey?: string[];
|
||||
indexingSearchListSize?: number;
|
||||
quantizationByteSize?: number;
|
||||
quantizerType?: "product" | "spherical";
|
||||
}
|
||||
|
||||
export interface FullTextIndex {
|
||||
|
||||
Reference in New Issue
Block a user