Udostępnij za pośrednictwem


VectorIndexPath Class

Definition

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