pgvector
Postgres extension.
pgvector
self hosted instance with docker-compose
pgvector
provides a prebuilt Docker image that can be used to quickly setup a self-hosted Postgres instance.
vector
field of type Unsupported("vector")
:
--create-only
to avoid running the migration directly.
pgvector
extension if it hasn’t been enabled yet:
tableName
, vectorColumnName
, columns
and filter
) are passed into SQL queries directly without parametrisation.These fields must be sanitized beforehand to avoid SQL injection.equals
, in
, isNull
, isNotNull
, like
, lt
, lte
, gt
, gte
, not
.
The samples above uses the following schema:
namespace
if you don’t need it.