awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

قواعد بيانات متجهة للبحث الدلالي

تم تحديث الترتيب في 30 يونيو 2026

For مخزن لتضمينات البحث (Embeddings), 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.

قواعد بيانات متجهة ومكتبات فهرسة عالية الأداء مصممة لتخزين وإدارة واسترجاع متجهات التضمين (embeddings) عالية الأبعاد.

قواعد بيانات متجهة للبحث الدلالي

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • vdaas/valdالصورة الرمزية لـ vdaas

    vdaas/vald

    1,706عرض على 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
    عرض على GitHub↗1,706
  • semi-technologies/weaviateالصورة الرمزية لـ semi-technologies

    semi-technologies/weaviate

    16,337عرض على 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
    عرض على GitHub↗16,337
  • pgvector/pgvectorالصورة الرمزية لـ pgvector

    pgvector/pgvector

    21,787عرض على 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
    عرض على GitHub↗21,787
  • microsoft/sptagالصورة الرمزية لـ microsoft

    microsoft/SPTAG

    5,004عرض على 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
    عرض على GitHub↗5,004
  • qdrant/qdrantالصورة الرمزية لـ qdrant

    qdrant/qdrant

    32,372عرض على 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
    عرض على GitHub↗32,372
  • chroma-core/chromaالصورة الرمزية لـ chroma-core

    chroma-core/chroma

    26,198عرض على 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
    عرض على GitHub↗26,198
  • unum-cloud/usearchالصورة الرمزية لـ unum-cloud

    unum-cloud/USearch

    3,888عرض على 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
    عرض على GitHub↗3,888
  • weaviate/weaviateالصورة الرمزية لـ weaviate

    weaviate/weaviate

    15,620عرض على 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
    عرض على GitHub↗15,620
  • vespa-engine/vespaالصورة الرمزية لـ vespa-engine

    vespa-engine/vespa

    6,961عرض على 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
    عرض على GitHub↗6,961
  • opensearch-project/opensearchالصورة الرمزية لـ opensearch-project

    opensearch-project/OpenSearch

    13,196عرض على 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
    عرض على GitHub↗13,196
  • cozodb/cozoالصورة الرمزية لـ cozodb

    cozodb/cozo

    3,880عرض على 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
    عرض على GitHub↗3,880
  • typesense/typesenseالصورة الرمزية لـ typesense

    typesense/typesense

    25,254عرض على 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
    عرض على GitHub↗25,254
  • milvus-io/milvusالصورة الرمزية لـ milvus-io

    milvus-io/milvus

    44,804عرض على 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
    عرض على GitHub↗44,804
  • elastic/elasticsearchالصورة الرمزية لـ elastic

    elastic/elasticsearch

    77,012عرض على 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
    عرض على GitHub↗77,012
  • meilisearch/meilisearchالصورة الرمزية لـ meilisearch

    meilisearch/meilisearch

    58,118عرض على 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
    عرض على GitHub↗58,118
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
vdaas/vald1.7KGoApache-2.023 يونيو 2026
semi-technologies/weaviate16.3KGoBSD-3-Clause17 يونيو 2026
pgvector/pgvector21.8KCNOASSERTION16 يونيو 2026
microsoft/sptag5KC++MIT25 يونيو 2026
qdrant/qdrant32.4KRustApache-2.016 يونيو 2026
chroma-core/chroma26.2KRustapache-2.019 فبراير 2026
unum-cloud/usearch3.9KC++apache-2.019 فبراير 2026
weaviate/weaviate15.6KGobsd-3-clause20 فبراير 2026
vespa-engine/vespa7KJavaApache-2.017 يونيو 2026
opensearch-project/opensearch13.2KJavaApache-2.016 يونيو 2026

Related searches

  • قاعدة بيانات مفتوحة المصدر لتضمينات المتجهات
  • مكتبة لتوليد تضمينات النصوص (Text Embeddings)
  • مجموعة أدوات لتقسيم المستندات (chunking) وتضمينها (embedding)
  • بديل ذاتي الاستضافة لـ Algolia
  • بديل ذاتي الاستضافة لـ Elasticsearch
  • محرك بحث يدمج بين الكلمات المفتاحية والمتجهات (Vectors)
  • محرك استرجاع هجين لتقنية RAG
  • مخزن مفتاح-قيمة مضمن للتخزين المحلي