VectorIndexPath Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DOM for a vector index path. A vector index path is used in a vector index.
public sealed class VectorIndexPath
type VectorIndexPath = class
Public NotInheritable Class VectorIndexPath
- Inheritance
-
VectorIndexPath
Examples
"indexingPolicy": { "includedPaths": [ { "path": "/" } ], "excludedPaths": [ { "path": "/embeddings/vector/" } ], "vectorIndexes": [ { "path": "/vector1", "type": "flat" }, { "path": "/vector2", "type": "quantizedFlat", "quantizationByteSize": 3, "vectorIndexShardKey": ["/ZipCode"] }, { "path": "/embeddings/vector", "type": "DiskANN", "quantizationByteSize": 2, "indexingSearchListSize": 100, "vectorIndexShardKey": ["/Country"] } ] }
Constructors
VectorIndexPath() |
Properties
Path |
Gets or sets the full path in a document used for vector indexing. |
Type |
Gets or sets the VectorIndexType for the vector index path. |
Applies to
Azure SDK for .NET