pgvector-elixir
Elixir wrapper and examples for pgvector, integrating PostgreSQL-based vector search into Elixir ecosystems like Phoenix.
About this tool
pgvector-elixir
Elixir wrapper for the pgvector PostgreSQL extension, providing vector types and similarity search support for Elixir applications using Ecto and Postgrex.
Overview
- Type: SDK / Library
- Ecosystem: Elixir, PostgreSQL (pgvector)
- Category: sdks-libraries
- License: MIT
- Source: https://github.com/pgvector/pgvector-elixir
Features
Core Functionality
- Elixir support for the pgvector PostgreSQL extension
- Integration with:
- Provides vector column support for PostgreSQL-backed Elixir applications
- Enables similarity / vector search workflows via pgvector from Elixir code
Usage & Integration
- Distributed as a Hex dependency for Elixir projects
- Simple dependency declaration in
mix.exs:{:pgvector, "~> 0.3.0"} - Separate setup instructions for:
- Ecto-based applications
- Postgrex-based usage without Ecto
- Includes an
examplesdirectory demonstrating practical usage patterns
Development & Maintenance
- Changelog (
CHANGELOG.md) documenting releases and changes - Automated workflows under
.github/workflows(e.g., CI) for testing/quality - Test suite under
test/for reliability
Pricing
- Open-source library available under the MIT License
- No paid plans mentioned; free to use under the terms of the MIT license.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)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.
Erlang client and examples for pgvector, providing tools to run vector operations against PostgreSQL from Erlang systems.
Gleam language client and examples for pgvector, allowing Gleam applications to perform vector similarity search using PostgreSQL.
Haskell bindings and examples for pgvector, enabling Haskell applications to treat PostgreSQL as a vector database.