REST API Reference
Vector Stores
Endpoints in the Vector Stores group of the /mltk/** REST API.
| Endpoint | Methods | Source file |
|---|---|---|
/mltk/vector_stores |
GET, POST, PUT | bin/rest_handlers/vector_stores.py |
/mltk/vector_stores/{connection_name} |
DELETE | bin/rest_handlers/vector_stores.py |
/mltk/vector_stores/test |
POST | bin/rest_handlers/vector_stores.py |
Supported type (MVP). AWS_KB (Amazon Bedrock Knowledge Base).
Backing store. KV collection aitk_vector_store_collection. AWS credentials in passwords storage realm aitk_vector_db_creds:{connection_name}.
Capabilities. Write paths require AGENT_CONNECTION_CAPABILITIES.
Endpoints Permalink to this section
| Section | Method | Endpoint | Page |
|---|---|---|---|
| 5.1 | GET | /mltk/vector_stores |
get-vector-stores |
| 5.2 | POST | /mltk/vector_stores |
post-vector-stores |
| 5.3 | PUT | /mltk/vector_stores |
put-vector-stores |
| 5.4 | DELETE | /mltk/vector_stores/{connection_name} |
delete-vector-stores-connection-name |
| 5.5 | POST | /mltk/vector_stores/test |
post-vector-stores-test |