Skip to content

Vector base providers.

Here is the list of vector base providers supported by Tock:

Vector base providers Configuration
`OpenSearch`
[Docs](https://opensearch.org/docs/latest/about/)
{
  "provider": "OpenSearch",
  "host": "localhost",
  "port": "9200",
  "user": "admin",
  "password": {
    "type": "Raw",
    "value": "admin"
  }
}
`PGVector`
[Docs](https://github.com/pgvector/pgvector)
{
  "provider": "PGVector",
  "host": "localhost",
  "port": "5432",
  "user": "postgres",
  "password": {
    "type": "Raw",
    "value": "postgres"
  },
  "database": "postgres"
}
Chat with Tock
×