Share via


PSVectorIndex Class

Definition

public class PSVectorIndex
type PSVectorIndex = class
Public Class PSVectorIndex
Inheritance
PSVectorIndex
Derived

Constructors

Name Description
PSVectorIndex()
PSVectorIndex(VectorIndex)

Properties

Name Description
IndexingSearchListSize

Gets or sets this is the size of the candidate list of approximate neighbors stored while building the DiskANN index as part of the optimization processes. Large values may improve recall at the expense of latency. This is only applicable for the diskANN vector index type.

Path
QuantizationByteSize

Gets or sets the number of bytes used in product quantization of the vectors. A larger value may result in better recall for vector searches at the expense of latency. This is only applicable for the quantizedFlat and diskANN vector index types.

Type
VectorIndexShardKey

Gets or sets array of shard keys for the vector index. This is only applicable for the quantizedFlat and diskANN vector index types.

Methods

Name Description
ToSDKModel(PSVectorIndex)

Applies to