pgvector-crystal
Crystal language client for pgvector, providing idiomatic Crystal access to vector operations in PostgreSQL.
About this tool
pgvector-crystal
Crystal language examples and client usage for pgvector, showing how to work with vector operations in PostgreSQL from Crystal.
- Category: SDKs & Libraries
- Tags: sdk, pgvector, vector-store
- Language / Stack: Crystal, PostgreSQL, pgvector
- License: MIT
- Source: https://github.com/pgvector/pgvector-crystal
Overview
pgvector-crystal provides example code and patterns for using the pgvector extension from Crystal, with support for the crystal-pg PostgreSQL driver. It demonstrates how to perform vector similarity and related operations in PostgreSQL from Crystal-based applications.
Features
-
pgvector integration examples for Crystal
- Demonstrates how to use the pgvector PostgreSQL extension from Crystal code.
-
Support for
crystal-pg- Examples are built around the
crystal-pgdatabase library.
- Examples are built around the
-
Embeddings workflows
- Example for using embeddings with OpenAI:
- How to generate embeddings via OpenAI.
- How to store and query them with pgvector.
- Example for using embeddings with OpenAI:
-
Binary embeddings
- Example for using binary embeddings with Cohere:
- Handling binary embedding representations.
- Integration with pgvector for storage and search.
- Example for using binary embeddings with Cohere:
-
Hybrid search
- Example with Ollama using Reciprocal Rank Fusion (RRF):
- Combining multiple ranking signals (e.g., vector and keyword scores).
- Demonstrates hybrid search patterns with pgvector.
- Example with Ollama using Reciprocal Rank Fusion (RRF):
-
Sparse search
- Example of sparse search using text embeddings:
- Handling sparse vector representations.
- Querying sparse vectors stored in PostgreSQL.
- Example of sparse search using text embeddings:
-
Example directory structure
examples/openai/example.cr– embeddings with OpenAI.examples/cohere/example.cr– binary embeddings with Cohere.examples/hybrid/example.cr– hybrid search with Ollama (RRF).examples/sparse/example.cr– sparse search with text embeddings.
Getting Started
- Follow the setup instructions for your database library:
- crystal-pg: primary supported driver (see README in the repository for exact steps).
- Explore the provided Crystal example files in the
examples/directory to learn specific integration patterns.
Pricing
- Not applicable. This is an open-source project released under 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.
.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.
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.