Vector Operations REST Endpoints

Vector Database/Vector Operations
The operations from the Vector Database/Vector Operations category.
Delete vectors with the specified IDs from the specified vector table.
Method: post
Path: /vecdb/vector-tables/{vector_table_name}/delete
Get the logs associated to a scheduled load job.
Method: get
Path: /vecdb/load/jobs/{load_job_name}/jobfile
List the records of a given vector table.
Method: post
Path: /vecdb/vector-tables/{vector_table_name}/list
Load dataset in CSV format, from PAR URL or public bucket.
Method: post
Path: /vecdb/load
Retrieve all schedulled load jobs.
Method: get
Path: /vecdb/load/jobs/
Retrieve details of an schedulled load job.
Method: get
Path: /vecdb/load/jobs/{load_job_name}/
Upsert vectors or records into a given vector table.
Method: post
Path: /vecdb/vector-tables/{vector_table_name}/upsert