



pgvector-elixir is the Elixir client for pgvector, allowing vector similarity search and operations from Elixir/Phoenix apps connected to Postgres. Supports Ecto integration for seamless queries with HNSW/IVF indexes and distance metrics. Ideal for functional web apps with semantic search; extends pgvector ecosystem to Elixir BEAM VM, offering concurrent high-throughput vs. single-threaded clients.
Elixir wrapper for the pgvector PostgreSQL extension, providing vector types and similarity search support for Elixir applications using Ecto and Postgrex.
mix.exs:
{:pgvector, "~> 0.3.0"}
examples directory demonstrating practical usage patternsCHANGELOG.md) documenting releases and changes.github/workflows (e.g., CI) for testing/qualitytest/ for reliabilityLoading more......