Skip to content

Use Cases

TitleDescriptionLinkCode
Hybrid search with Postgres Native BM25 and VectorChordThis article explores how to implement Hybrid Search in Postgres using VectorChord-bm25 for keyword-based retrieval and VectorChord for semantic search.Hybrid SearchGithub Repo
Supercharge vector search with ColBERT rerank in PostgreSQLThis blog will demonstrate using the PostgreSQL extension VectorChord and pgvector with ColBERT rerank.ColBERT RerankGithub Repo
Beyond Text: Unlock OCR-Free RAG in PostgreSQL with Modal & VectorChordThis post is your guide to building exactly that: an OCR-free RAG system directly within your familiar PostgreSQL database. We'll leverage the power of the ColQwen2 Vision Language Model, the efficiency of VectorChord for multi-vector search in Postgres, and the scalability of Modal for GPU-powered embedding generation.OCR-Free RAGGithub Repo