awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesMulti-Model Vector Storage

Storage systems that combine vector embeddings with structured and graph data.

Distinguishing note: Focuses on the integration of vectors into a multi-model database.

Explore 4 awesome GitHub repositories matching data & databases · Multi-Model Vector Storage. Refine with filters or upvote what's useful.

Awesome Multi-Model Vector Storage GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • surrealdb/surrealdbAvatar surrealdb

    surrealdb/surrealdb

    32,397Vezi pe GitHub↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Keeps vector embeddings alongside structured data and graph relationships within a single database to simplify data management.

    Rustbackend-as-a-servicecloud-databasedatabase
    Vezi pe GitHub↗32,397
  • postgresml/postgresmlAvatar postgresml

    postgresml/postgresml

    6,801Vezi pe GitHub↗

    PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services. The system distinguishes itself by utilizing GPU acceleration to minimize latency during model predictions and employing a hybrid storage engine that maintains relational data alongside high-dimensional vectors. It allows for the building and fin

    Provides low-latency storage that combines vectors, text, and numeric data to serve as model inputs.

    Rust
    Vezi pe GitHub↗6,801
  • cocoindex-io/cocoindexAvatar cocoindex-io

    cocoindex-io/cocoindex

    6,117Vezi pe GitHub↗

    Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core focus on codebase indexing and knowledge graph extraction. The engine uses a function-graph execution model where user-defined Python functions are composed into a directed acyclic graph, and it processes data incrementally so only changed source records or code paths are re-computed, avoiding full recomputation at any scale. It supports automatic schema inference from transformation pipeline type annotations and provides full data lineage tracing, tagging every output record wi

    Natively handles typed multi-dimensional vectors from simple arrays to multi-vector embeddings for multimodal AI pipelines.

    Rustagentic-data-frameworkaiai-agents
    Vezi pe GitHub↗6,117
  • chonkie-inc/chonkieAvatar chonkie-inc

    chonkie-inc/chonkie

    4,170Vezi pe GitHub↗

    Chonkie este o bibliotecă de chunking (segmentare) a textului concepută pentru pipeline-uri de retrieval-augmented generation (RAG). Funcționează ca un splitter semantic de text și un pipeline de ingestie RAG, transformând textul brut în segmente încorporate pentru stocare în baze de date vectoriale. Proiectul se distinge prin strategii de segmentare specializate, inclusiv un splitter de cod bazat pe AST pentru păstrarea limitelor logice în codul sursă și un splitter semantic de text care utilizează modele de embedding pentru a determina limitele bazate pe semnificație. De asemenea, oferă un ingestor pentru baze de date vectoriale pentru a automatiza generarea embedding-urilor și exportul acestora către diverse stocuri. Biblioteca acoperă o gamă largă de capabilități, inclusiv parsarea documentelor prin OCR și extragerea markdown, o varietate de metode de segmentare precum numărarea token-urilor și segmentarea ierarhică, și orchestrarea fluxului de lucru prin pipeline-uri reutilizabile. Suportă o gamă largă de integrări cu vector store-uri, inclusiv Qdrant, Milvus, Weaviate și Elasticsearch, precum și exportul datelor către JSON și seturi de date Hugging Face. Utilizatorii pot executa aceste operațiuni printr-o interfață în linie de comandă sau pot implementa sistemul ca serviciu API containerizat.

    Automatically selects and instantiates embedding providers based on model names through a registered handler system.

    Pythonaichonkiechunker
    Vezi pe GitHub↗4,170
  1. Home
  2. Data & Databases
  3. Multi-Model Vector Storage

Explorează sub-etichetele

  • Multi-Vector Embedding Handlers1 sub-tagProcessing typed multi-dimensional vectors natively, from simple arrays to multi-vector embeddings for multimodal AI pipelines. **Distinct from Multi-Model Vector Storage:** Distinct from Multi-Model Vector Storage: focuses on native handling of multi-dimensional vectors and multi-vector embeddings, not just storage integration.