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: postPath:
/vecdb/vector-tables/{vector_table_name}/delete - Get the logs associated to a scheduled load job.
- Method: getPath:
/vecdb/load/jobs/{load_job_name}/jobfile - List the records of a given vector table.
- Method: postPath:
/vecdb/vector-tables/{vector_table_name}/list - Load dataset in CSV format, from PAR URL or public bucket.
- Method: postPath:
/vecdb/load - Retrieve all schedulled load jobs.
- Method: getPath:
/vecdb/load/jobs/ - Retrieve details of an schedulled load job.
- Method: getPath:
/vecdb/load/jobs/{load_job_name}/ - Upsert vectors or records into a given vector table.
- Method: postPath:
/vecdb/vector-tables/{vector_table_name}/upsert