awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesVector Database Extensions

Add-ons or features that enable relational databases to store and query high-dimensional vector embeddings.

Distinguishing note: Specifically targets the integration of semantic search capabilities into existing database engines.

Explore 6 awesome GitHub repositories matching data & databases · Vector Database Extensions. Refine with filters or upvote what's useful.

Awesome Vector Database Extensions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • supabase/supabaseAvatar de supabase

    supabase/supabase

    104,317Voir sur GitHub↗

    This project provides an integrated backend platform built around a relational database. It automatically generates REST and GraphQL APIs from database schemas, allowing for direct data interaction through standard requests and client libraries. The platform includes a comprehensive authentication system that manages user identity, session handling, and fine-grained access control through database-native row-level security policies. Beyond core data management, the platform offers specialized services for object storage, vector data processing for semantic search, and real-time communication

    Extends relational databases with vector indexing, distance metrics, and metadata filtering for high-dimensional similarity search.

    TypeScriptaialternativeauth
    Voir sur GitHub↗104,317
  • pingcap/tidbAvatar de pingcap

    pingcap/tidb

    40,166Voir sur GitHub↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Storing and querying high-dimensional embeddings directly within a relational database to enable semantic search capabilities alongside structured data.

    Gocloud-nativedatabasedistributed-database
    Voir sur GitHub↗40,166
  • pgvector/pgvectorAvatar de pgvector

    pgvector/pgvector

    21,787Voir sur GitHub↗

    Vector similarity search extension for PostgreSQL.

    Adds native support for storing, indexing, and querying high-dimensional vector embeddings within relational tables.

    Cpostgresvector-searchembeddings
    Voir sur GitHub↗21,787
  • asg017/sqlite-vecAvatar de asg017

    asg017/sqlite-vec

    6,961Voir sur GitHub↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    Converts numerical arrays into a compact binary format optimized for integration within the database.

    Csqlitesqlite-extension
    Voir sur GitHub↗6,961
  • oceanbase/miniobAvatar de oceanbase

    oceanbase/miniob

    4,318Voir sur GitHub↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    Extends the relational database with vector storage, distance functions, and nearest neighbor search.

    C++classroomcplusplusdatabase
    Voir sur GitHub↗4,318
  • tensorchord/pgvecto.rsAvatar de tensorchord

    tensorchord/pgvecto.rs

    2,175Voir sur GitHub↗

    pgvecto.rs is a database extension that integrates high-dimensional vector search capabilities directly into PostgreSQL. It functions as a specialized engine for storing and retrieving embeddings, allowing relational databases to perform similarity searches alongside traditional structured data queries. The extension distinguishes itself through hardware-aware execution strategies that maximize performance. It performs runtime analysis of the host machine to utilize specific processor instruction sets for accelerated mathematical operations. To manage memory efficiently, it employs quantizati

    Adds high-dimensional vector search capabilities directly into existing relational databases to combine structured data with machine learning embeddings.

    Rustchatgptfaissgpt
    Voir sur GitHub↗2,175
  1. Home
  2. Data & Databases
  3. Vector Database Extensions