awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Vector indexing database

Classement mis à jour le 27 juil. 2026

For high performance vector indexing, the strongest matches are microsoft/sptag (Microsoft SPTAG is an open-source approximate nearest neighbor search), unum-cloud/usearch (USearch is a high-performance vector similarity search engine and) and facebookresearch/faiss (This repository provides a high-performance C++ library for dense). vdaas/vald and milvus-io/milvus round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked open-source vector indexing databases ranked by stars and activity. Compare the top alternatives and find the best fit.

Vector indexing database

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

    microsoft/SPTAG

    5,004Voir sur GitHub↗

    SPTAG is a vector approximate nearest neighbor search library and distributed vector search engine. It provides a large-scale vector index designed to organize and retrieve similar vectors from massive datasets using high-performance similarity search and proximity queries. The system functions as a dynamic vector index manager, supporting incremental updates, insertions, and deletions of vectors without requiring a full index rebuild. It scales search operations across multiple machines to handle large-scale datasets and high volumes of online requests through distributed search request hand

    Microsoft SPTAG is an open-source approximate nearest neighbor search library and distributed vector search engine that handles billion-scale high-dimensional data, matching the core requirements for high-performance similarity search.

    C++Approximate Nearest Neighbor SearchBillion-Scale Vector SearchDistributed Search Engines
    Voir sur GitHub↗5,004
  • unum-cloud/usearchAvatar de unum-cloud

    unum-cloud/USearch

    3,888Voir sur GitHub↗

    USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo

    USearch is a high-performance vector similarity search engine and approximate nearest neighbor index written in C++ that provides the exact core capabilities and high-dimensional retrieval primitives this search requires.

    C++Approximate Nearest Neighbor SearchBillion-Scale Vector SearchSimilarity Search Engines
    Voir sur GitHub↗3,888
  • facebookresearch/faissAvatar de facebookresearch

    facebookresearch/faiss

    40,302Voir sur GitHub↗

    This project is a high-performance library designed for the similarity search and clustering of dense vectors across massive datasets. It functions as a vector similarity search engine, providing the necessary tools to organize complex numerical data into specialized structures that facilitate rapid retrieval and efficient querying of millions of records. The library distinguishes itself through a variety of advanced indexing and compression techniques, including hierarchical navigable small worlds for logarithmic time complexity and inverted file indexing to partition vector spaces into mana

    This repository provides a high-performance C++ library for dense vector similarity search and clustering that supports approximate nearest neighbors, GPU acceleration, and large-scale dataset retrieval.

    C++Approximate Nearest Neighbor SearchProduct QuantizationVector Search Engines
    Voir sur GitHub↗40,302
  • vdaas/valdAvatar de vdaas

    vdaas/vald

    1,706Voir sur GitHub↗

    Vald is a distributed, cloud-native search engine designed for high-dimensional vector data. It functions as an approximate nearest neighbor search platform, enabling the identification of similar data points across massive datasets through horizontal scaling and distributed indexing. The system is built for container orchestration environments, utilizing custom resource controllers to automate cluster lifecycle management and infrastructure state. It employs graph-based indexing to perform rapid similarity lookups and supports zero-downtime operations by decoupling index construction from qu

    Vald is a distributed, cloud-native vector search engine featuring approximate nearest neighbor search, horizontal scaling for large datasets, and graph-based indexing tailored for high-performance similarity retrieval.

    GoApproximate Nearest Neighbor SearchVector Search Engines
    Voir sur GitHub↗1,706
  • milvus-io/milvusAvatar de milvus-io

    milvus-io/milvus

    44,804Voir sur GitHub↗

    Milvus is a specialized vector database engine designed for the indexing, management, and high-speed similarity retrieval of high-dimensional vector embeddings. It functions as a similarity search engine capable of identifying nearest neighbors within large-scale vector spaces, supporting the storage and retrieval of billions of data points while maintaining consistent performance. The system utilizes a distributed architecture that decouples storage, query, and coordination into independent services, allowing for horizontal scaling across clusters. It employs a global indexing mechanism that

    Milvus is a distributed vector database engine built specifically for high-speed similarity retrieval and large-scale approximate nearest neighbor search over high-dimensional embeddings.

    GoSimilarity Search EnginesVector Search Engines
    Voir sur GitHub↗44,804
  • spotify/annoyAvatar de spotify

    spotify/annoy

    14,157Voir sur GitHub↗

    Annoy is a C++ library designed for approximate nearest neighbor search in high-dimensional vector spaces. It functions as a vector similarity search engine that constructs static, disk-based data structures to facilitate fast lookups. By mapping identifiers to vector data and persisting these structures to disk, the library enables efficient, memory-mapped access to large datasets. The project distinguishes itself through the use of random projection trees and distance-metric-based partitioning, which organize data into hierarchical binary trees to balance search precision against computatio

    Annoy is a C++ library designed for approximate nearest neighbor search in high-dimensional vector spaces with memory-mapped disk indexing, making it a fitting engine despite lacking GPU acceleration and distributed scalability.

    C++Approximate Nearest Neighbor SearchSimilarity Search EnginesMemory-Mapped Indexing
    Voir sur GitHub↗14,157
  • semi-technologies/weaviateAvatar de semi-technologies

    semi-technologies/weaviate

    16,337Voir sur GitHub↗

    Weaviate is a cloud-native vector database and distributed vector store designed to save high-dimensional vectors alongside structured data. It functions as a hybrid search engine that combines vector similarity, keyword matching, and structured metadata filtering within a single query. The system is optimized for retrieval-augmented generation, integrating vector search with generative AI and reranking to power question-and-answer workflows. It distinguishes itself through the ability to merge semantic search with traditional keyword queries and structured metadata filters to improve result

    Weaviate is a cloud-native vector database designed for high-performance vector retrieval and similarity search, though it operates as a full database rather than a standalone indexing library.

    GoProduct QuantizationVector QuantizationVector Similarity Search
    Voir sur GitHub↗16,337
  • qdrant/qdrantAvatar de qdrant

    qdrant/qdrant

    32,372Voir sur GitHub↗

    Qdrant is a high-performance vector similarity database designed to store, index, and search high-dimensional vectors alongside structured metadata. It functions as a distributed search engine that manages large-scale data clusters, providing low-latency retrieval and complex filtering capabilities. The system is built to serve as a specialized middleware layer, connecting machine learning pipelines and AI agents to persistent storage for intelligent information retrieval and recommendation tasks. The platform distinguishes itself through advanced retrieval techniques, including support for h

    Qdrant is a purpose-built vector similarity database that provides high-performance approximate nearest neighbor search, large-scale dataset management, and hardware acceleration for high-dimensional vector retrieval.

    RustDistributed Search EnginesMemory-Mapped IndexingVector Quantization
    Voir sur GitHub↗32,372
  • vespa-engine/vespaAvatar de vespa-engine

    vespa-engine/vespa

    6,961Voir sur GitHub↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Vespa is a distributed vector database and search engine that supports high-dimensional embedding storage, large-scale indexing, approximate nearest neighbor search, and real-time ranking.

    JavaDistributed Search EnginesDistributed Search Engines
    Voir sur GitHub↗6,961
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Voir sur GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    LanceDB is an open-source vector database built for high-performance similarity search and high-dimensional vector retrieval, featuring approximate nearest neighbor search and columnar data management.

    HTMLApproximate Nearest Neighbor SearchGPU-Accelerated IndexingGPU-Accelerated Vector Indexing
    Voir sur GitHub↗9,031
  • ryancodrai/turbovecAvatar de RyanCodrai

    RyanCodrai/turbovec

    11,738Voir sur GitHub↗

    TurboVec is a high-performance Rust vector database and quantized search index designed for storing and retrieving high-dimensional embeddings. It functions as a pluggable vector store for large language model orchestration frameworks, providing a memory-efficient alternative to standard in-memory storage. The project distinguishes itself through a high-dimensional vector compressor that utilizes random rotation and data-oblivious scalar quantization to reduce memory footprints. Retrieval is accelerated via SIMD kernels that process distance calculations and search operations for increased th

    TurboVec is a high-performance vector database and quantized search index built in Rust with Python bindings, featuring SIMD acceleration and quantization for efficient high-dimensional retrieval, though it lacks explicit mention of GPU acceleration or disk-based persistence in its current scope.

    PythonSIMD Accelerated SearchersVector Quantization
    Voir sur GitHub↗11,738
  • pgvector/pgvectorAvatar de pgvector

    pgvector/pgvector

    21,787Voir sur GitHub↗

    Vector similarity search extension for PostgreSQL.

    This project is a PostgreSQL extension that implements vector similarity search and approximate nearest neighbor indexing directly inside relational tables, fitting the core database requirement while lacking native GPU acceleration.

    CApproximate Nearest Neighbor SearchVector Similarity Search
    Voir sur GitHub↗21,787
  • nmslib/hnswlibAvatar de nmslib

    nmslib/hnswlib

    5,253Voir sur GitHub↗

    hnswlib is a header-only C++ library and vector indexing engine designed for high-dimensional approximate nearest neighbor search. It organizes large collections of embeddings into a searchable graph structure to enable rapid proximity queries and distance calculations. The system utilizes Hierarchical Navigable Small World graphs to achieve fast vector similarity search. It distinguishes itself by allowing the definition of custom distance metrics and similarity functions to adapt calculations to specific data requirements. The engine covers the full indexing lifecycle, including incrementa

    This header-only C++ library is a high-performance vector indexing engine for approximate nearest neighbor search using HNSW graphs, though it serves as an embeddable library rather than a standalone database or service.

    C++Approximate Nearest Neighbor SearchNearest Neighbor Searches
    Voir sur GitHub↗5,253
  • manticoresoftware/manticoresearchAvatar de manticoresoftware

    manticoresoftware/manticoresearch

    11,819Voir sur GitHub↗

    Manticoresearch is a high-performance search engine and database designed for indexing and retrieving large datasets. It functions as a full-text search engine, a vector search database, and a SQL-based search database, providing a distributed search cluster architecture. The system provides an alternative to the Elasticsearch stack, offering a compatible API for indexing and searching structured and unstructured data. It distinguishes itself by supporting multiple retrieval methods, including vector matching for similarity search, geospatial queries, and traditional full-text ranking. The p

    Manticoresearch is a high-performance search engine and database that natively supports vector similarity search alongside full-text capabilities, though it is primarily a full-text engine rather than a dedicated vector database.

    C++Distributed Search EnginesVector Similarity Search
    Voir sur GitHub↗11,819
  • alibaba/zvecAvatar de alibaba

    alibaba/zvec

    5,198Voir sur GitHub↗

    zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It functions as a hybrid search engine and a retrieval-augmented generation knowledge base, allowing for the storage and retrieval of dense and sparse vectors. The system is distinguished by its hybrid retrieval pipeline, which fuses vector similarity, full-text keyword matching, and scalar metadata filtering into single query operations. It supports a plugin-based model integration system for registering custom embedding models and rerankers, as well as language bindings for nativ

    This embedded vector database and indexing library provides high-performance similarity search with support for dense and sparse vectors, hybrid retrieval, and language bindings, fulfilling most of the requested capabilities.

    C++Approximate Nearest Neighbor SearchBillion-Scale Vector SearchVector Similarity Search
    Voir sur GitHub↗5,198
  • meilisearch/meilisearchAvatar de meilisearch

    meilisearch/meilisearch

    58,118Voir sur GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Meilisearch is a full-text search engine that includes vector-based semantic search capabilities and vector-database features, making it a viable tool for similarity search despite being primarily optimized for text.

    RustSIMD Accelerated Searchers
    Voir sur GitHub↗58,118
  • 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

    This repository provides a C-based SQLite extension for vector similarity search, serving as an embeddable database plugin rather than a standalone vector database server.

    CVector QuantizationVector Similarity Search
    Voir sur GitHub↗6,961
  • redisearch/redisearchAvatar de RediSearch

    RediSearch/RediSearch

    6,161Voir sur GitHub↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    RediSearch adds vector similarity search and indexing capabilities directly into Redis, serving as a high-performance in-memory vector database despite lacking native GPU acceleration and disk-based indexing.

    CNearest Neighbor SearchesVector Similarity Search
    Voir sur GitHub↗6,161
  • microsoft/garnetAvatar de microsoft

    microsoft/garnet

    11,885Voir sur GitHub↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Garnet is a high-performance in-memory key-value store that includes a specialized vector search database for high-dimensional similarity, making it a viable option for your indexing and retrieval needs despite its primary focus as a cache.

    C#Data ShardingSSD Storage Extensions
    Voir sur GitHub↗11,885
  • cozodb/cozoAvatar de cozodb

    cozodb/cozo

    3,880Voir sur GitHub↗

    Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a temporal vector database. It utilizes a Datalog-inspired query language to execute relational, recursive, and graph queries. The system distinguishes itself through specialized indexing for high-dimensional vector similarity searches and near-duplicate detection using locality sensitive hashing. It also provides built-in temporal versioning, allowing for historical state retrieval and time-travel queries to access data as it existed at specific points in time. Its broader capabi

    Cozo provides vector search capabilities alongside its graph and relational database features, though it focuses on a logic-based Datalog engine rather than being a dedicated standalone vector retrieval system.

    RustVector Similarity Search
    Voir sur GitHub↗3,880
  • eto-ai/lanceAvatar de eto-ai

    eto-ai/lance

    6,671Voir sur GitHub↗

    Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a vector database storage engine and a cloud object store dataset manager, organizing images, video, audio, and embeddings into a unified format optimized for machine learning workflows. The project distinguishes itself by combining a columnar layout for structured data with a specialized blob store for large multimodal tensors. It implements a hybrid search engine that integrates vector similarity search, full-text search, and SQL analytics on a single dataset, supported by a stor

    Lance is a columnar data format and vector storage engine that provides high-performance similarity search and large-scale dataset management for machine learning workflows.

    RustVector Similarity Search
    Voir sur GitHub↗6,671
  • chroma-core/chromaAvatar de chroma-core

    chroma-core/chroma

    26,198Voir sur GitHub↗

    Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for semantic similarity search. It functions as a comprehensive platform for information retrieval, enabling the storage and management of unstructured documents alongside structured metadata. By mapping data into numerical representations, the system facilitates rapid similarity lookups across large datasets. The platform distinguishes itself through a hybrid search infrastructure that combines dense vector embeddings with sparse keyword and regular expression matching to balance sema

    Chroma is a vector database designed for similarity search and document retrieval, though it focuses more on developer-friendly embedding storage and hybrid search than heavy GPU acceleration or raw disk-based indexing scale.

    RustVector DatabasesHybrid Search EnginesVector Search
    Voir sur GitHub↗26,198
  • activeloopai/hubAvatar de activeloopai

    activeloopai/Hub

    9,177Voir sur GitHub↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    Activeloop Deep Lake serves as a multimodal vector database designed for storing and querying embeddings and unstructured data, though its primary focus leans toward dataset management and streaming for machine learning rather than pure standalone vector retrieval.

    C++Data LakesDataset Versioning SystemsData Lineage
    Voir sur GitHub↗9,177
  • typesense/typesenseAvatar de typesense

    typesense/typesense

    25,254Voir sur GitHub↗

    Typesense is a distributed search engine designed to provide sub-millisecond query latency across massive datasets. It functions as both a high-performance indexing and retrieval engine and a comprehensive search experience platform, offering built-in typo tolerance and tools for managing relevance through synonym configuration, result curation, and complex filtering. The platform distinguishes itself by utilizing in-memory indexing to maintain high-throughput data retrieval and integrating vector database capabilities to support semantic similarity searches. It ensures data consistency and h

    Typesense is a distributed search and indexing engine that includes built-in vector database capabilities for semantic similarity search, though its primary focus is full-text search rather than pure high-dimensional vector retrieval.

    C++Distributed Search EnginesSearch EnginesSearch Experience Platforms
    Voir sur GitHub↗25,254
  • nmslib/nmslibAvatar de nmslib

    nmslib/nmslib

    3,587Voir sur GitHub↗

    Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces.

    NMSLIB is an efficient C++ similarity search library that provides approximate nearest neighbor methods for high-dimensional vector retrieval, though it lacks some advanced scalability and GPU features compared to dedicated modern vector databases.

    C++Clustering and SimilarityRetrieval Augmented Generation
    Voir sur GitHub↗3,587
  • yahoojapan/ngtAvatar de yahoojapan

    yahoojapan/NGT

    1,364Voir sur GitHub↗

    Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data

    NGT is a high-performance C++ vector similarity search library implementing neighborhood graph and tree structures for approximate nearest neighbor retrieval, though it lacks built-in GPU acceleration and disk-based indexing.

    C++Retrieval Augmented Generation
    Voir sur GitHub↗1,364
  • hora-search/horaAvatar de hora-search

    hora-search/hora

    2,662Voir sur GitHub↗

    Hora is a vector similarity search library written in Rust designed for efficient approximate nearest neighbor retrieval in high-dimensional data spaces. It functions as a compiled search engine that organizes vector spaces using hierarchical graphs, trees, and product quantization, while computing proximity through various mathematical distance formulas including Euclidean, Manhattan, cosine, and dot product calculations. The library supports high-performance execution through hardware-accelerated instruction sets and concurrent thread dispatch across multiple hardware processors. To accommo

    Hora is an approximate nearest-neighbor search library written in Rust that provides efficient vector retrieval algorithms, making it a fitting building block for high-performance similarity search despite lacking built-in GPU acceleration and disk-based indexing.

    RustApproximate Nearest Neighbor SearchVector Search EnginesVector Similarity Search
    Voir sur GitHub↗2,662
  • objectbox/objectbox-javaAvatar de objectbox

    objectbox/objectbox-java

    4,612Voir sur GitHub↗

    ObjectBox Java is an embedded NoSQL object database for Java and Android that stores data objects directly without relational mapping. It functions as a native-process storage engine, allowing applications to persist plain Java or Kotlin classes as entities. The project distinguishes itself with an on-device vector database capability, utilizing HNSW indexes to perform approximate nearest neighbor searches and semantic similarity queries. It also includes a locally hosted web-based browser for visualizing data objects, schemas, and dependency diagrams. The database covers a broad range of da

    ObjectBox Java is an embedded NoSQL database that includes on-device vector search capabilities with HNSW indexing, though it focuses on mobile and edge persistence rather than a dedicated large-scale vector retrieval server.

    JavaEmbedded Database EnginesObject-Oriented DatabasesObject-Relational Mapping
    Voir sur GitHub↗4,612
  • lance-format/lanceL

    lance-format/lance

    6,699Voir sur GitHub↗

    Lance is a columnar data format and storage layer designed for high-performance random access and the persistence of multimodal data. It functions as a vector database storage system, a multimodal data store, and a versioned dataset manager. The project distinguishes itself as a hybrid search engine that combines vector similarity search and full-text indexing on a single dataset. It provides unified storage for diverse data types including images, audio, and video, utilizing a system that lazy-loads large binary objects only when requested. The system manages dataset evolution through schem

    Lance is a columnar data format and vector storage engine that provides fast vector similarity search and dataset versioning, serving as a solid storage layer for high-dimensional retrieval despite missing a few explicit features like GPU acceleration.

    RustMultimodal Data StorageApache Arrow-Based FormatsColumnar Storage Engines
    Voir sur GitHub↗6,699
  • pathwaycom/pathwayAvatar de pathwaycom

    pathwaycom/pathway

    62,959Voir sur GitHub↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Pathway is a data processing framework built for real-time streaming and batch pipelines that includes vector search capabilities and document indexing for RAG workflows, though its primary focus is stream orchestration rather than standalone high-performance vector retrieval.

    PythonData Processing FrameworksData Stream ProcessorsDeclarative Pipeline Construction
    Voir sur GitHub↗62,959
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
microsoft/sptag5KC++MIT25 juin 2026
unum-cloud/usearch3.9KC++apache-2.019 févr. 2026
facebookresearch/faiss40.3KC++MIT16 juin 2026
vdaas/vald1.7KGoApache-2.023 juin 2026
milvus-io/milvus44.8KGoApache-2.016 juin 2026
spotify/annoy14.2KC++apache-2.029 oct. 2025
semi-technologies/weaviate16.3KGoBSD-3-Clause17 juin 2026
qdrant/qdrant32.4KRustApache-2.016 juin 2026
vespa-engine/vespa7KJavaApache-2.017 juin 2026
lancedb/lancedb9KHTMLapache-2.021 févr. 2026

Related searches

  • une base de données open source pour embeddings vectoriels
  • base de données vectorielle pour workflows RAG
  • Vector store integrations
  • un outil d'indexation automatique de fichiers pour serveurs
  • a javascript library for interactive vector maps
  • un moteur de recherche combinant mots-clés et vecteurs
  • Fuzzy search index
  • Vector search filters