Creates an IVF or HNSW vector index using create_index API.

post

/vecdb/vector-indexes/

Creates a vector index using create_index API.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : VectorDebugFlags
Type: object
Debug flags to be used to trace vector modules
Show Source
Nested Schema : indexParams
Type: object
Parameters required to create the vector index.
Show Source
Nested Schema : advanced_params
Type: object
Security
Back to Top

Response

Supported Media Types

200 Response

Description of the vector index creation job that has been created.
Body ()
Root Schema : VecDBJobItem
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

400 Response

The request body included invalid parameters.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source

404 Response

The vector table was not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top