If you are using Gigalixir’s STANDARD tier database, you can enable the pgvector extension.
gigalixir pg:psql
postgres=> CREATE EXTENSION IF NOT EXISTS vector;
If you are using Gigalixir’s STANDARD tier database, you can enable the pgvector extension.
gigalixir pg:psql
postgres=> CREATE EXTENSION IF NOT EXISTS vector;