VectorIndex 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.
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. |