pgvector
Postgres extension.
typeorm
and pg
packages:
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.
Create a file below named docker-compose.yml
:
docker compose up
to start the container.
You can find more information on how to setup pgvector
in the official repository.
TypeORMVectorStore
is the following: