• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Vector Database Engines
    3. SemaDB

    SemaDB

    A vector database with multi-index hybrid keyword search capabilities, offering both pure vector search (v1) and hybrid keyword search (v2) implementations through a simple REST API with JSON or MessagePack support.

    Surveys

    Loading more......

    Information

    Websitesemadb.com
    PublishedMar 20, 2026

    Categories

    1 Item
    Vector Database Engines

    Tags

    3 Items
    #hybrid-search#open-source#rest-api

    Similar Products

    6 result(s)

    Qdrant Vector Database

    Qdrant is an open‑source vector database designed for high‑performance similarity search and AI applications such as RAG, recommendation systems, advanced semantic search, anomaly detection, and AI agents. It provides scalable storage and retrieval of vector embeddings with features like filtering, hybrid search, and production‑grade APIs for integrating with machine learning workloads.

    Featured

    orama

    Orama is a lightweight search engine that supports vector and hybrid search functionalities, suitable for browser, server, or edge environments.

    Solr

    Solr is a mature open-source search engine that has incorporated vector search capabilities, making it relevant for enterprises looking to implement vector-based search alongside traditional keyword search.

    Typesense

    Typesense is an open-source search engine that supports hybrid search, including vector search capabilities, providing an alternative to proprietary vector search solutions.

    embedded-vector-db

    Lightweight npm package providing an embedded vector database for Node.js applications. Offers vector similarity search with HNSW, BM25 full-text search, hybrid search using weighted fusion or Reciprocal Rank Fusion (RRF), multi-namespace support, CRUD operations, metadata filtering, concurrency safety, and persistent storage to disk. Designed for RAG pipelines and semantic search use cases.

    RuVector

    A self-learning, self-optimizing vector database with graph intelligence, local AI runtime, and PostgreSQL integration. It improves search quality over time using GNNs that learn from queries and feedback, supports hybrid search, Graph RAG, DiskANN, and deploys as a single file anywhere including browsers and edge devices. Open-source under MIT license, free forever.

    Overview

    SemaDB provides vector and hybrid search capabilities through two versions: v1 for pure vector search and v2 for multi-index hybrid keyword search with higher overhead but more features.

    Key Features

    • Quantized Vector Search: Uses quantizers to reduce memory usage while maintaining search quality
    • Hybrid Search: Combines vector and keyword search to find relevant documents
    • Filter Search: Supports filtering based on queries or metadata
    • Simple REST API: JSON or MessagePack based, no custom query language required
    • No Custom Clients: Standard HTTP clients work out of the box

    Two Versions

    Version 1 (v1)

    • Pure vector search implementation
    • Lower overhead and simpler architecture
    • Optimized for semantic similarity search

    Version 2 (v2)

    • Multi-index implementation
    • Hybrid keyword search support
    • Higher overhead but more versatile
    • Better for combining semantic and lexical matching

    API Design

    SemaDB features a RESTful API that is:

    • JSON or MessagePack based for efficient data transfer
    • No need to learn a new query language
    • Compatible with standard HTTP clients
    • Easy integration with existing applications

    Use Cases

    • Semantic search applications
    • Hybrid retrieval combining keywords and vectors
    • RAG implementations requiring metadata filtering
    • Applications needing simple REST-based vector search
    • Memory-constrained deployments with quantization

    Technical Features

    • Vector quantization for reduced memory footprint
    • Metadata filtering capabilities
    • Support for multiple similarity metrics
    • Efficient storage and retrieval

    Pricing

    Open-source with self-hosting options.