Vector Tables REST Endpoints
Vector Database/Vector Tables
The operations from the Vector Database/Vector Tables category.
- Create a vector table.
- Method: postPath:
http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-tables/ - Delete a vector table.
- Method: deletePath:
http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-tables/{vector_table_name} - Describe a vector table.
- Method: getPath:
http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-tables/{vector_table_name} - List vector tables.
- Method: getPath:
http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-tables/ - Update table comment and annotations.
- Method: patchPath:
http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-tables/{vector_table_name}