orneryd/NornicDB
NornicDB is a high-performance graph + vector database built for AI agents and knowledge systems. It speaks Neo4j's (Bolt + Cypher) and qdrant's (gRPC) languages so you can use Nornic with zero code changes, while adding intelligent features including a graphql endpoint, air-gapped embeddings, GPU accelerated search, and other intelligent features.
Built on an MVCC snapshot isolation model, NornicDB unifies graph traversal, vector search, and temporal/audit queries in a single execution engine rather than bolting components together—hybrid retrieval patterns (vector search followed by graph expansion) execute in one path without cross-system coordination. The architecture uses shape-specialized streaming executors for common patterns while maintaining a general Cypher fallback, with configurable parser modes (custom low-overhead vs. ANTLR strict) and hardware acceleration via Metal/CUDA/Vulkan for embedding operations. It targets knowledge systems, Graph-RAG, agent memory layers, and canonical truth stores where semantic search alone is insufficient—workloads requiring as-of reads, tritemporal facts, transaction conflict detection, and historical MVCC retention alongside vector retrieval.
267 stars.
Stars
267
Forks
15
Language
Go
License
—
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/orneryd/NornicDB"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
martin-papy/qdrant-loader
Enterprise-ready vector database toolkit for building searchable knowledge bases from multiple...
Davidyz/VectorCode
A code repository indexing tool to supercharge your LLM experience.
p-funk/fegis
Define AI tools in YAML with natural language schemas. All tool usage is automatically stored in...
i3T4AN/Vector-Knowledge-Base
A semantic search engine that transforms your documents into an intelligent, searchable...
aaronsb/knowledge-graph-system
Kappa Graph — κ(G). A semantic knowledge graph where knowledge has weight. Extracts concepts,...