Skip to main content
GET
/
api
/
v1
/
vector-stores
/
available
List live, reachable vector stores
curl --request GET \
  --url http://localhost:8080/api/v1/vector-stores/available \
  --header 'x-api-key: <api-key>'
[
  "pgvector"
]

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Response

200 - application/json

Available vector stores

Example:
["pgvector"]