1 مستودع
Vector 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.
Explore 1 awesome GitHub repository matching data & databases · Git-Synchronized. Refine with filters or upvote what's useful.
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.