VectorIndex Class
VectorIndex.
All required parameters must be populated in order to send to server.
Constructor
VectorIndex(*, path: str, type: str | _models.VectorIndexType, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
path
|
The path to the vector field in the document. Required. |
type
|
The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported. Required. Known values are: "flat", "diskANN", and "quantizedFlat". |
Variables
Name | Description |
---|---|
path
|
The path to the vector field in the document. Required. |
type
|
The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported. Required. Known values are: "flat", "diskANN", and "quantizedFlat". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python