cae13bb96a
### Packages impacted by this PR @azure/cosmos ### Describe the problem that is addressed by this PR In this PR we are adding three optional parameters in the Indexing Policy in the vector Index to support partitioned DiskANN. The three optional parameters are: quantizationByteSize : The number of bytes used in product quantization of the vectors.This is an optional parameter and applies to index types DiskANN and quantizedFlat. The allowed range for this parameter is between 1 and 200. vectorIndexShardKey : The list of string containing the shard keys used for partitioning the vector indexes. This is an optional parameter and applies to index types DiskANN and quantizedFlat. indexingSearchListSize : The size of the candidate list of approximate neighbors stored while building the diskANN index as part of the optimization processes.This is an optional parameter and applies to index type DiskANN only. The allowed range is between 25 and 500. The changes have been tested using a Test account, since as of now the backend changes aren't live yet. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ Yes ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Ujjwal Soni <soniujjwal@microsoft.com> Co-authored-by: Manik Khandelwal <mkhandelwal@microsoft.com> |
||
---|---|---|
.. | ||
arm-cosmosdb | ||
cosmos | ||
ci.mgmt.yml | ||
ci.yml |