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

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

46 repository-uri

Awesome GitHub RepositoriesVector Stores

In-memory data structures specifically optimized for storing and querying high-dimensional embeddings.

Distinct from In-Memory Data Stores: Specifically for vector embeddings rather than general application state or transient data.

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

Awesome Vector Stores GitHub Repositories

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

    garrytan/gbrain

    23,848Vezi pe GitHub↗

    gbrain is an agent framework and retrieval-augmented generation system that combines a durable task queue, a git-synced vector store, and a knowledge graph engine. It provides a foundation for building AI agents that interact with structured knowledge bases using the Model Context Protocol. The system synchronizes markdown files from a git repository into a database for high-performance semantic retrieval and creates typed edges between data pages by extracting entity references and wikilinks. It uses a database-backed queue to execute persistent background jobs and tool loops, ensuring relia

    Synchronizes markdown files from a Git repository into a database for fast semantic retrieval.

    TypeScript
    Vezi pe GitHub↗23,848
  • mayooear/ai-pdf-chatbot-langchainAvatar mayooear

    mayooear/ai-pdf-chatbot-langchain

    16,543Vezi pe GitHub↗

    This project is a retrieval-augmented generation application designed to answer questions from uploaded PDF documents. It functions as a document question-answering engine and a streaming AI chat interface that provides responses backed by specific source citations. The system utilizes a state-machine workflow orchestrator to coordinate multi-step document ingestion and retrieval pipelines. This orchestration allows for step-by-step visualization and debugging of the process as documents are parsed and processed. The application manages the full lifecycle of document interaction, including P

    Stores numerical vector embeddings of PDF text chunks to enable efficient semantic similarity searching.

    TypeScriptagentsaichatbot
    Vezi pe GitHub↗16,543
  • n8n-io/self-hosted-ai-starter-kitAvatar n8n-io

    n8n-io/self-hosted-ai-starter-kit

    14,997Vezi pe GitHub↗

    This project provides a dockerized AI workflow stack and orchestration templates for deploying a self-hosted AI environment. It establishes a localized infrastructure for building autonomous agents and model chains that process private data on-premises without external cloud dependencies. The environment is designed to support autonomous agent development, allowing models to dynamically select tools, execute shell commands, and interact with local file systems. It includes integrated vector database support to enable retrieval augmented generation and private document analysis. The stack cov

    Uses a locally hosted vector database as a knowledge store for document embedding and similarity retrieval.

    aiai-agentslow-code
    Vezi pe GitHub↗14,997
  • wasmedge/wasmedgeAvatar WasmEdge

    WasmEdge/WasmEdge

    10,665Vezi pe GitHub↗

    WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har

    Connects to Qdrant vector databases from within WebAssembly applications using a Rust driver.

    C++artificial-intelligencecloudcloud-native
    Vezi pe GitHub↗10,665
  • spring-projects/spring-aiAvatar spring-projects

    spring-projects/spring-ai

    9,001Vezi pe GitHub↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Offers a portable API to store and query vector embeddings across a wide range of database providers.

    Javaartificial-intelligencejavaspring-ai
    Vezi pe GitHub↗9,001
  • meta-llama/llama-stackAvatar meta-llama

    meta-llama/llama-stack

    8,417Vezi pe GitHub↗

    Llama-stack este un stack de orchestrare standardizat și un gateway API pentru AI generativ. Oferă un strat de comunicare unificat și o interfață consistentă pentru implementarea, gestionarea și interacțiunea cu diverși furnizori și implementări de modele de limbaj mari (LLM). Sistemul funcționează ca un framework de agenți care gestionează execuția sarcinilor și pachete de abilități versionate pentru a automatiza sarcini complexe. Include un sistem de procesare în loturi pentru gestionarea volumelor mari de cereri asincrone prin procesare offline și o interfață de bază de date vectorială pentru stocarea și căutarea documentelor, permițând generarea augmentată prin recuperare (RAG). Stack-ul acoperă capabilități de nivel înalt, inclusiv orchestrarea agenților AI, implementarea modelelor și standardizarea API-urilor de model pentru a permite comutarea între furnizori fără a rescrie codul aplicației.

    Ships a standardized interface to manage indexing and retrieval logic across vector stores to enable retrieval augmented generation.

    Python
    Vezi pe GitHub↗8,417
  • zilliztech/deep-searcherAvatar zilliztech

    zilliztech/deep-searcher

    7,899Vezi pe GitHub↗

    Deep Searcher is an open-source retrieval-augmented generation engine that indexes private documents into a vector database and uses large language models to answer complex questions with cited reasoning. It functions as both a command-line interface and a web API research tool, enabling users to load data and generate comprehensive reports by combining indexed private information with LLM-powered analysis. The system distinguishes itself through a plugin-based provider architecture that supports multiple embedding models, LLM providers, vector databases, and file loaders as interchangeable c

    Stores document embeddings in Milvus and queries them with LLMs for grounded, cited answers.

    Pythonagentagentic-ragclaude
    Vezi pe GitHub↗7,899
  • langchain-ai/rag-from-scratchAvatar langchain-ai

    langchain-ai/rag-from-scratch

    7,393Vezi pe GitHub↗

    This project is an educational implementation guide and framework for building Retrieval Augmented Generation systems. It provides a workflow for constructing a knowledge base pipeline that partitions documents, indexes them as vectors, and provides external context for language model prompts. The system features a document chunking framework that uses recursive character splitting to fit text into model context windows. It includes an in-memory vector store and a similarity search system that retrieves relevant text segments by calculating the mathematical distance between dense embedding ve

    Ships a local in-memory data structure for storing and retrieving document embeddings.

    Jupyter Notebook
    Vezi pe GitHub↗7,393
  • rethinkdb/horizonAvatar rethinkdb

    rethinkdb/horizon

    6,738Vezi pe GitHub↗

    Horizon is a realtime API server and RethinkDB backend designed to push database changes instantly to front-end clients. It utilizes a WebSocket data streaming API to synchronize data between the database and user interfaces without requiring manual polling. The project integrates an OAuth identity manager for verifying user identities through third-party providers and a role-based access control system to define granular permissions for viewing or modifying database documents. It is delivered as a containerized backend framework, allowing the server and its dependencies to be deployed as a p

    Enables the removal of single or multiple documents from a collection using unique identifiers.

    JavaScript
    Vezi pe GitHub↗6,738
  • feast-dev/feastAvatar feast-dev

    feast-dev/feast

    6,727Vezi pe GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Enables PGVector support to store vector embeddings and retrieve the top-k closest vectors for similarity search.

    Pythonbig-datadata-engineeringdata-quality
    Vezi pe GitHub↗6,727
  • superagent-ai/superagentAvatar superagent-ai

    superagent-ai/superagent

    6,631Vezi pe GitHub↗

    Superagent is an AI safety platform that protects applications from prompt injections, data leaks, and harmful outputs through built-in guardrails. It functions as a prompt injection detection system, data redaction tool, and red team testing tool, automatically removing personally identifiable information and protected health data from AI inputs and outputs while scanning image uploads with vision AI to detect visual prompt injection attacks before processing. The platform routes every prompt through a sequential pipeline of safety checks including injection detection, data redaction, and co

    Converts documents into vector embeddings and stores them in supported vector databases for semantic search.

    TypeScriptaianthropicguardrails
    Vezi pe GitHub↗6,631
  • hazelcast/hazelcastAvatar hazelcast

    hazelcast/hazelcast

    6,570Vezi pe GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Maintains collections of vectors and associated metadata, allowing for key-based storage and retrieval of high-dimensional data points.

    Javabig-datacachingdata-in-motion
    Vezi pe GitHub↗6,570
  • wenda-llm/wendaAvatar wenda-LLM

    wenda-LLM/wenda

    6,173Vezi pe GitHub↗

    Wenda este o platformă de orchestrare LLM și un motor de flux de lucru personalizat conceput pentru a gestiona mai multe backend-uri de modele de limbaj printr-o interfață unificată. Funcționează ca un gateway AI auto-găzduit care permite executarea secvențelor complexe de sarcini și a fluxurilor de conversație automatizate. Sistemul utilizează plugin-uri JavaScript pentru a orchestra fluxurile de lucru și a declanșa apeluri API externe. Suportă generarea augmentată prin recuperare (RAG) prin injectarea datelor relevante din vector stores și fișiere offline în prompt-uri pentru a crește acuratețea răspunsului. Platforma este construită pentru implementări în rețele private, având gestionarea accesului multi-utilizator și capacitatea de a rula modele open source cuantizate pentru a se încadra în constrângeri hardware specifice. Include, de asemenea, urmărirea istoricului bazată pe sesiune pentru a menține contextul conversațional.

    Injects relevant data from vector stores and offline files into prompts to increase response accuracy.

    JavaScriptchatglm-6bchatrwkvrwkv
    Vezi pe GitHub↗6,173
  • l15y/wendaAvatar l15y

    l15y/wenda

    6,173Vezi pe GitHub↗

    Wenda este o platformă de infrastructură și gateway auto-găzduită pentru implementarea modelelor de limbaj în rețele interne, pentru a asigura confidențialitatea și securitatea datelor. Funcționează ca un hub centralizat și gateway API care unifică comunicarea între diverși rulori de modele offline și furnizori de servicii online printr-o singură interfață. Platforma include un orchestrator de flux de lucru care utilizează scripturi personalizate și apeluri API pentru a automatiza fluxurile de conversație complexe și setările modelului. De asemenea, încorporează un sistem de recuperare care augmentează răspunsurile modelului cu cunoștințe externe preluate din baze de date vectoriale și motoare de căutare. Sistemul gestionează starea conversațională și memoria prin persistența istoricului dialogului într-o bază de date pentru a menține contextul pe parcursul sesiunilor utilizatorului. Utilizează o abordare de integrare modulară pentru a permite adăugarea de noi furnizori de modele fără a modifica aplicația de bază.

    Uses vector databases to perform retrieval augmented generation by injecting relevant document snippets into prompts.

    JavaScript
    Vezi pe GitHub↗6,173
  • go-ego/riotAvatar go-ego

    go-ego/riot

    6,059Vezi pe GitHub↗

    Riot is a Go-based distributed search engine and indexing server designed for full-text indexing and retrieval. It functions as a retrieval system that sorts documents by relevance using BM25 ranking algorithms, term frequency, and inverse document frequency. The engine provides specialized support for the Chinese language, featuring concurrent text segmentation and phonetic Pinyin mapping to match romanized input with characters. It utilizes a distributed architecture that employs hash-based index sharding to balance data load and throughput across multiple server nodes. The system covers a

    Provides the ability to delete specific documents from the search index using their unique identifiers.

    Gogogolanggwk
    Vezi pe GitHub↗6,059
  • elastic/go-elasticsearchAvatar elastic

    elastic/go-elasticsearch

    6,051Vezi pe GitHub↗

    The official Go client for Elasticsearch

    Removes a single document from a search index by its unique identifier.

    Go
    Vezi pe GitHub↗6,051
  • greptimeteam/greptimedbAvatar GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Vezi pe GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Stores arrays of 32-bit floats with a fixed dimension specified at table creation for AI feature representation.

    Rustanalyticscloud-nativedatabase
    Vezi pe GitHub↗5,968
  • wassupjay/n8n-free-templatesAvatar wassupjay

    wassupjay/n8n-free-templates

    5,892Vezi pe GitHub↗

    Acest proiect este o bibliotecă de template-uri de fluxuri de lucru n8n pre-configurate și planuri structurale concepute pentru automatizarea proceselor de business și a sarcinilor AI. Oferă o colecție de fișiere JSON care pot fi importate într-un motor de flux de lucru pentru a implementa secvențe de automatizare, inclusiv configurații specializate pentru integrarea bazelor de date vectoriale și a modelelor de limbaj mari. Colecția se concentrează pe dezvoltarea agenților AI conștienți de context, utilizând buffere de memorie și sisteme de regăsire pentru a crea pipeline-uri inteligente de generare și regăsire a datelor. Include planuri dedicate pentru retrieval augmented generation și căutare semantică prin integrări cu vector store-uri. Template-urile acoperă o gamă largă de domenii de capabilități, inclusiv analiza datelor condusă de AI, pipeline-uri de conținut pentru media și gestionarea social media, și automatizarea specifică industriei pentru sectoare precum juridic, sănătate, imobiliare și e-commerce. Oferă, de asemenea, fluxuri de lucru utilitare pentru automatizarea sarcinilor financiare, parsarea recrutării HR și monitorizarea infrastructurii.

    Provides specialized configurations for implementing retrieval augmented generation by connecting language models to vector stores.

    automationautomation-templatesintegration
    Vezi pe GitHub↗5,892
  • helicone/heliconeAvatar Helicone

    Helicone/helicone

    5,830Vezi pe GitHub↗

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    Records interactions with vector databases to monitor data retrieval and storage operations.

    TypeScript
    Vezi pe GitHub↗5,830
  • openai-php/clientAvatar openai-php

    openai-php/client

    5,805Vezi pe GitHub↗

    Acest proiect este un client API PHP și un SDK pentru integrarea serviciilor OpenAI în aplicații PHP. Servește drept bibliotecă de integrare și wrapper pentru interacțiunea cu modele de limbaj mari pentru a genera text, imagini și audio via apeluri REST API. Biblioteca oferă orchestrare specializată pentru asistenți AI, gestionând firele de conversație și vector store-urile. Include, de asemenea, instrumente pentru fine-tuning-ul modelelor personalizate, implementarea căutării semantice prin text embeddings și procesarea audio pentru transcriere și sinteză. Suprafața de capabilități acoperă moderarea conținutului, gestionarea fișierelor și gestionarea chat-ului și a completărilor de text. Suportă livrarea datelor în timp real via streaming server-sent events, procesare batch asincronă și verificarea semnăturilor webhook.

    Supports the organization and querying of high-dimensional embeddings in vector stores.

    PHP
    Vezi pe GitHub↗5,805
Înapoi123Înainte
  1. Home
  2. Data & Databases
  3. In-Memory Data Stores
  4. Vector Stores

Explorează sub-etichetele

  • Cross-Store Vector SearchCapabilities to query embeddings across multiple independent vector stores from a single interface. **Distinct from Vector Stores:** Specifically addresses the aggregation of multiple vector stores rather than the storage structure of a single store
  • Data LoadersExtracts, transforms, and loads data from various sources into a vector database to support retrieval-augmented generation. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on the ETL process of loading data into vector stores, not the storage mechanism itself.
  • Document Deletions1 sub-tagRemoves stored documents by their unique IDs or by a metadata-based filter expression. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on the deletion operation, not general storage or querying.
  • Document Embedding StoresStoring vector embeddings of document chunks in a feature store for later retrieval by similarity search. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on storing embeddings of document chunks specifically, not general vector storage.
  • Document WritersStores processed Document objects into a vector database for use in retrieval-augmented generation workflows. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on writing Document objects into vector stores, not general storage or querying.
  • Faiss Index StoresPersisting feature values as dense vectors in a Faiss index for efficient similarity search and nearest-neighbor lookups. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on using Faiss as the specific in-memory vector store backend, not general vector store data structures.
  • Filtered QueriesOffers a portable API across vector database providers, including a SQL-like metadata filter for precise retrieval. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on querying with metadata filters, not general storage or querying.
  • Fixed-DimensionStores arrays of 32-bit floats with a fixed dimension specified at table creation, enabling AI feature representation. **Distinct from Vector Stores:** Distinct from Vector Stores: specifies that vectors have a fixed dimension defined at table creation time, not general vector storage.
  • Git-SynchronizedVector stores that automatically synchronize their content with a Git repository of markdown files. **Distinct from Vector Stores:** Specifically adds Git-based synchronization to a vector store, unlike generic in-memory vector storage.
  • Local Vector Store Backends1 sub-tagRunning and testing agents with a locally hosted vector database as a knowledge store for document retrieval. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on local-file-based vector persistence (e.g., ChromaDB) for agent knowledge, not general vector storage.
  • Metadata FiltersApplies portable SQL-like metadata filters to vector store queries for precise result retrieval. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on filtering query results by metadata, not general storage or querying.
  • Milvus Feature StoresMaterializing feature values into a Milvus vector database for low-latency online retrieval. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on using Milvus as the specific vector database backend for feature store materialization, not general in-memory vector data structures.
  • Multimodal StoresVector stores capable of managing mixed data modalities including tensors and structured text in one environment. **Distinct from Vector Stores:** Distinct from Vector Stores: emphasizes the ability to handle diverse data types beyond just simple embedding vectors.
  • Pinecone IntegrationsConnectors for using Pinecone as a cloud-based vector database for embedding storage. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses specifically on the Pinecone cloud service implementation rather than general vector storage logic.
  • Product Catalog EmbeddingsVector stores that embed product descriptions for semantic retrieval to ground responses in factual knowledge. **Distinct from Vector Stores:** Distinct from Vector Stores: specifically stores product catalog embeddings for sales agent knowledge grounding.
  • Qdrant IntegrationsConnectors for using Qdrant as a vector database across local, Docker, or cloud environments. **Distinct from Vector Stores:** Distinct from Vector Stores: specifically targets the Qdrant engine's deployment modes and API.
  • Tabular-to-Vector IngestionConversion of tabular data frames into vector embeddings for storage in vector databases. **Distinct from Vector Stores:** Specifically targets the ingestion of pandas DataFrames into vector stores, not general offline persistence.
  • Vector Index MappersTools that map structured data frames to high-dimensional vector indices. **Distinct from Vector Stores:** Focuses on the mapping of data frames to indices rather than the store's internal architecture.
  • Vector Store Interaction MonitorsRecords timing and tracing data for vector store add, delete, and query operations, including similarity search details. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on monitoring and tracing vector store operations, not on the storage structure or querying of embeddings.
  • Vector Store OrchestratorsSystems that manage indexing strategies and retrieval logic across one or more vector databases. **Distinct from Vector Stores:** Distinct from Vector Stores: focuses on the orchestration and management of retrieval strategies rather than the storage itself.
  • Vector Store SynchronizationProcesses for clearing and regenerating all embeddings within a vector store to ensure data consistency. **Distinct from Vector Stores:** Focuses on the synchronization and regeneration process rather than the data structure of the store itself.
  • Vector-Store Augmented GenerationUsing vector databases to inject relevant document shards into model prompts. **Distinct from Vector Stores:** Combines vector storage with the RAG process of augmenting prompts, rather than just the storage mechanism.