Gleam language client and examples for pgvector, allowing Gleam applications to perform vector similarity search using PostgreSQL.
Loading more......
COBOL bindings and examples for pgvector, letting legacy COBOL systems interact with PostgreSQL as a vector database.
Crystal language client for pgvector, providing idiomatic Crystal access to vector operations in PostgreSQL.
.NET (C#, F#, Visual Basic) library for pgvector that exposes vector storage and similarity queries on PostgreSQL to .NET applications.
Elixir wrapper and examples for pgvector, integrating PostgreSQL-based vector search into Elixir ecosystems like Phoenix.
Erlang client and examples for pgvector, providing tools to run vector operations against PostgreSQL from Erlang systems.
Haskell bindings and examples for pgvector, enabling Haskell applications to treat PostgreSQL as a vector database.
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).