Vector Indexes REST Endpoints

Vector Database/Vector Indexes
The operations from the Vector Database/Vector Indexes category.
Creates an IVF or HNSW vector index using create_index API.
Method: post
Path: /vecdb/vector-indexes/
Drops a vector index.
Method: delete
Path: /vecdb/vector-indexes/{vector_table_name}
Get the logs associated to a scheduled vector index job.
Method: get
Path: /vecdb/vector-indexes/jobs/{index_job_name}/jobfile
Retrieve all schedulled vector indexes jobs.
Method: get
Path: /vecdb/vector-indexes/jobs/
Retrieve details of an schedulled vector index job.
Method: get
Path: /vecdb/vector-indexes/jobs/{index_job_name}/
Retrieves the status of the vector index associated to the requested vector table.
Method: get
Path: /vecdb/vector-indexes/{vector_table_name}
Updates an existing IVF or HNSW vector index using the rebuild_index API.
Method: post
Path: /vecdb/vector-indexes/{vector_table_name}