awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Bases de datos vectoriales para búsqueda semántica

Clasificación actualizada el 30 jun 2026

For un lugar para almacenar embeddings para búsqueda, the strongest matches are vdaas/vald (Vald is a distributed, cloud-native approximate nearest neighbor search), semi-technologies/weaviate (Weaviate is a cloud-native vector database that stores high-dimensional) and pgvector/pgvector (pgvector is a PostgreSQL extension that turns the database). microsoft/sptag and qdrant/qdrant round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Bases de datos vectoriales y librerías de indexación de alto rendimiento diseñadas para almacenar, gestionar y recuperar vectores de embedding de alta dimensión.

Bases de datos vectoriales para búsqueda semántica

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vdaas/valdAvatar de vdaas

    vdaas/vald

    1,706Ver en 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 approximate nearest neighbor search engine for high-dimensional vector data, with graph-based indexing, horizontal scaling, and Kubernetes-native deployment, making it a strong fit for a scalable vector database with similarity search.

    GoApproximate Nearest Neighbor SearchHorizontal ScalingVector Search Indexes
    Ver en GitHub↗1,706
  • semi-technologies/weaviateAvatar de semi-technologies

    semi-technologies/weaviate

    16,337Ver en 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 that stores high-dimensional vectors alongside structured data and provides hybrid search combining vector similarity, keyword matching, and metadata filtering via a REST API, making it a comprehensive fit for your semantic search needs.

    GoHorizontal ScalingMetadata FilteringGraph-Based Indexing
    Ver en GitHub↗16,337
  • pgvector/pgvectorAvatar de pgvector

    pgvector/pgvector

    21,787Ver en GitHub↗

    Vector similarity search extension for PostgreSQL.

    pgvector is a PostgreSQL extension that turns the database into a vector search engine, supporting vector indexing, approximate nearest neighbor search, metadata filtering, and client libraries — it covers the core capabilities well, though it relies on PostgreSQL's own interface rather than a dedicated REST API.

    CApproximate Nearest Neighbor SearchVector IndexingVector Similarity Search
    Ver en GitHub↗21,787
  • microsoft/sptagAvatar de microsoft

    microsoft/SPTAG

    5,004Ver en 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

    SPTAG is a distributed vector approximate nearest neighbor search engine providing scalable similarity search and dynamic indexing, but it lacks a built-in REST API and metadata filtering, so it directly addresses the core vector search need but may need extra layers for a full database setup.

    C++Approximate Nearest Neighbor SearchVector IndexingVector Search Indexes
    Ver en GitHub↗5,004
  • qdrant/qdrantAvatar de qdrant

    qdrant/qdrant

    32,372Ver en 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 high-performance vector similarity database that stores, indexes, and serves vectors with built-in HNSW approximate nearest-neighbor search, a REST API, metadata filtering, distributed scaling, and client libraries, squarely matching every requirement for a vector search engine.

    RustClient LibrariesMetadata FilteringVector Indexing
    Ver en GitHub↗32,372
  • chroma-core/chromaAvatar de chroma-core

    chroma-core/chroma

    26,198Ver en 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 dedicated open-source vector database purpose-built for storing embeddings and running semantic similarity search, with support for vector indexing, ANN search, metadata filtering, a REST API, and client libraries, making it exactly what this search is after.

    RustMetadata FilteringVector Indexing
    Ver en GitHub↗26,198
  • unum-cloud/usearchAvatar de unum-cloud

    unum-cloud/USearch

    3,888Ver en 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 that provides the core primitives for storing and retrieving dense embeddings with fast similarity search, but it is a library-level component rather than a full-featured database with a built-in REST API or distributed architecture.

    C++Approximate Nearest Neighbor SearchVector IndexingGraph-Based Indexing
    Ver en GitHub↗3,888
  • weaviate/weaviateAvatar de weaviate

    weaviate/weaviate

    15,620Ver en GitHub↗

    Weaviate is an AI-native vector database designed to store and index high-dimensional vector embeddings alongside traditional data objects. It serves as a backend infrastructure for retrieval-augmented generation, enabling applications to ground language model responses in private, context-aware data. The platform distinguishes itself by combining vector similarity search with traditional keyword filtering through a hybrid storage architecture. It integrates directly with external machine learning models to automate the generation of embeddings and perform complex inference tasks during inges

    Weaviate is a purpose-built vector database that stores embeddings and provides approximate nearest neighbor search, REST and gRPC APIs, metadata filtering, and distributed scaling, making it a comprehensive match for this search.

    GoVector Indexing
    Ver en GitHub↗15,620
  • vespa-engine/vespaAvatar de vespa-engine

    vespa-engine/vespa

    6,961Ver en 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 search engine and vector database that stores high-dimensional embeddings and performs similarity search at scale, with built-in support for approximate nearest neighbor search, REST API, metadata filtering, and client libraries — exactly what this search is after.

    JavaVector Search Indexes
    Ver en GitHub↗6,961
  • opensearch-project/opensearchAvatar de opensearch-project

    opensearch-project/OpenSearch

    13,196Ver en GitHub↗

    OpenSearch is a distributed search and analytics engine designed for indexing, searching, and analyzing massive volumes of structured and unstructured data in real time. It functions as a comprehensive platform that integrates enterprise-grade search capabilities, a vector database for high-dimensional similarity lookups, and a unified observability suite for monitoring logs, metrics, and traces across complex distributed environments. The platform distinguishes itself through its support for agentic workflow automation, allowing users to orchestrate multi-agent tasks and integrate foundation

    OpenSearch is a distributed search and analytics engine that includes a built-in vector database for high-dimensional similarity search, with REST API, metadata filtering, and scalability, making it a strong fit for a vector search system.

    JavaVector Similarity Search
    Ver en GitHub↗13,196
  • cozodb/cozoAvatar de cozodb

    cozodb/cozo

    3,880Ver en 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 is a multi-model database engine that includes vector indexing and similarity search via locality sensitive hashing, so it fits the vector database category, though it is embedded and logic-based rather than a dedicated distributed vector search service.

    RustHNSW IndexesVector Search IndexesVector Similarity Search
    Ver en GitHub↗3,880
  • typesense/typesenseAvatar de typesense

    typesense/typesense

    25,254Ver en 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 engine that natively integrates vector database capabilities for semantic similarity search, directly supporting vector indexing, approximate nearest-neighbor retrieval, a REST API, metadata filtering, and horizontal scaling — exactly the self-contained system you need.

    C++Distributed Search EnginesSearch EnginesSearch Experience Platforms
    Ver en GitHub↗25,254
  • milvus-io/milvusAvatar de milvus-io

    milvus-io/milvus

    44,804Ver en 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 purpose-built vector database engine for high-speed similarity search over billion-scale embeddings, offering distributed scaling, approximate nearest neighbor indexing, metadata filtering, and a REST API — exactly the core capability and most required features you need.

    GoSimilarity Search EnginesVector DatabasesVector Search Engines
    Ver en GitHub↗44,804
  • elastic/elasticsearchAvatar de elastic

    elastic/elasticsearch

    77,012Ver en GitHub↗

    Elasticsearch is a distributed search engine and document store designed for the high-performance indexing and retrieval of massive volumes of unstructured data. It functions as a centralized analytics platform, providing a schema-flexible architecture that organizes information into searchable indices while maintaining global cluster state through a distributed consensus mechanism. The platform distinguishes itself through its integrated approach to observability, security, and advanced analytics. It combines full-text, vector, and hybrid search capabilities with machine learning-driven insi

    Elasticsearch is a distributed search and analytics engine that natively supports vector indexing and approximate nearest neighbor search via its dense vector field type, along with a REST API, metadata filtering, and client libraries, making it a comprehensive vector database solution.

    JavaDistributed Search EnginesData Analytics EnginesDistributed Document Stores
    Ver en GitHub↗77,012
  • meilisearch/meilisearchAvatar de meilisearch

    meilisearch/meilisearch

    58,118Ver en 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 Rust-based search engine that supports full-text and vector-based semantic search via a REST API, enabling storage and similarity search of embeddings, though its single-node architecture limits full distribution.

    RustDeveloper-Focused Search ToolsDocument Indexing EnginesFinite State Transducers
    Ver en GitHub↗58,118
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
vdaas/vald1.7KGoApache-2.023 jun 2026
semi-technologies/weaviate16.3KGoBSD-3-Clause17 jun 2026
pgvector/pgvector21.8KCNOASSERTION16 jun 2026
microsoft/sptag5KC++MIT25 jun 2026
qdrant/qdrant32.4KRustApache-2.016 jun 2026
chroma-core/chroma26.2KRustapache-2.019 feb 2026
unum-cloud/usearch3.9KC++apache-2.019 feb 2026
weaviate/weaviate15.6KGobsd-3-clause20 feb 2026
vespa-engine/vespa7KJavaApache-2.017 jun 2026
opensearch-project/opensearch13.2KJavaApache-2.016 jun 2026

Related searches

  • una base de datos de código abierto para embeddings vectoriales
  • una librería para generar embeddings de texto
  • toolkit para fragmentación (chunking) y embedding de documentos
  • una alternativa autohospedada a Algolia
  • una alternativa autohospedada a Elasticsearch
  • un motor de búsqueda que combine palabras clave y vectores
  • motor de recuperación híbrido para RAG
  • almacenamiento clave-valor embebido para persistencia local