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: postPath:
/vecdb/vector-indexes/ - Drops a vector index.
- Method: deletePath:
/vecdb/vector-indexes/{vector_table_name} - Get the logs associated to a scheduled vector index job.
- Method: getPath:
/vecdb/vector-indexes/jobs/{index_job_name}/jobfile - Retrieve all schedulled vector indexes jobs.
- Method: getPath:
/vecdb/vector-indexes/jobs/ - Retrieve details of an schedulled vector index job.
- Method: getPath:
/vecdb/vector-indexes/jobs/{index_job_name}/ - Retrieves the status of the vector index associated to the requested vector table.
- Method: getPath:
/vecdb/vector-indexes/{vector_table_name} - Updates an existing IVF or HNSW vector index using the rebuild_index API.
- Method: postPath:
/vecdb/vector-indexes/{vector_table_name}