• 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. Embedded Vector Databases
    3. tinyvector

    tinyvector

    A tiny embedding database in pure Rust, implemented as a lightweight Axum server for fast vector search on small to medium datasets. It stores all indexes in memory, enabling vertical scaling to over 100 million vectors with comparable speed and slightly better accuracy than advanced vector databases. Open-source under the MIT license, ideal for simple setups like document chat or website search.

    Features

    • Extremely lightweight: Implemented as an Axum server with around 600 lines of code, easy to customize.
    • High performance: Comparable speed to advanced vector databases on small to medium datasets, with slightly better accuracy.
    • Vertical scaling: All indexes stored in memory, scales to 100 million+ vector dimensions.
    • Open-source: MIT licensed.

    Upcoming Features

    • Powerful queries with metadata filtering without slowing search.
    • Integrated embedding models (SBert, Hugging Face, OpenAI, Cohere).
    • TypeScript/Python client libraries via OpenAPI schema.

    Getting Started

    Docker

    docker run -p 8000:8000 ghcr.io/m1guelpf/tinyvector:edge
    

    Bind volume to /tinyvector/storage for persistence in Docker Compose/Kubernetes.

    From Source

    Install via cargo install tinyvector or build from repo with cargo build --release.

    Use Cases

    • Chat with documents using embeddings.
    • Website or store search (under 1M items).

    License

    MIT License.

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedApr 7, 2026

    Categories

    1 Item
    Embedded Vector Databases

    Tags

    6 Items
    #open-source#rust#lightweight#embedded#no-server#in-memory

    Similar Products

    6 result(s)

    nano-vectordb-rs

    A simple, easy-to-hack vector database library implemented in Rust. It supports fast cosine similarity searches with Rayon parallelism, embedded persistence, and a minimal API ideal for prototyping and educational purposes.

    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.

    rvLite

    Standalone 2MB edge vector database for IoT, mobile, and embedded applications, providing full vector search capabilities without server dependency.

    pgvecto.rs

    PostgreSQL extension for scalable, low-latency vector search written in Rust. Features 20x faster HNSW than pgvector, with support for FP16, INT8, and binary vectors. This is an OSS extension.

    Featured

    DuckDB

    An in-memory, open-source, and free analytical database that speaks SQL, heavily based on vectorization. It can store and process vector embeddings using Array and List data types to enable vector search, bridging the gap between data engineering and AI workflows with fast response times.

    Featured

    ospipe

    RuVector-enhanced personal AI memory for Screenpipe, replacing SQLite with semantic vector search, knowledge graphs, and attention reranking.