Share via


VectorIndex Class

Definition

public class VectorIndex
type VectorIndex = class
Public Class VectorIndex
Inheritance
VectorIndex

Constructors

VectorIndex()

Initializes a new instance of the VectorIndex class.

VectorIndex(String, String)

Initializes a new instance of the VectorIndex class.

Properties

Path

Gets or sets the path to the vector field in the document.

Type

Gets or sets the index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported. Possible values include: 'flat', 'diskANN', 'quantizedFlat'

Methods

Validate()

Validate the object.

Applies to