



Gleam language client and examples for pgvector, allowing Gleam applications to perform vector similarity search using PostgreSQL.
pgvector-gleam is a Gleam-language client and example set for using the pgvector PostgreSQL extension. It demonstrates how to store and query vector embeddings in PostgreSQL from Gleam, enabling vector similarity search and related operations. The library provides examples that work with the pog Gleam PostgreSQL library.
pgvector integration for Gleam
Supports pog database library
pog Gleam PostgreSQL client.src/pgvector.gleam) demonstrating usage with pog.Database setup guidance
Vector operations workflow
Distance and similarity operators
vector_ip_ops for inner product similarity.vector_cosine_ops for cosine distance / similarity.Build & CI ready
gleam.toml and standard project structure under src/.Open source project structure
LICENSE.txt).Loading more......