NornicDB
活跃·★ 753·NOASSERTION·更新于 2026-05-29
★ 宝藏工具★ RAG / 知识库★ 大模型基础设施
NornicDB是一个高性能图数据库,专为AI智能体和知识系统设计,具备学习能力。
NornicDB是一个高性能图数据库,专为AI智能体和知识系统设计。它与Neo4j兼容,提供自动关系发现、记忆衰减和原生GPU加速向量搜索等智能特性。
#图数据库#AI智能体#知识图谱#Neo4j兼容#GPU加速#向量搜索#Cypher查询语言#Go语言
01
功能特性
01Neo4j兼容
02具备衰减分层的智能记忆
03自动关系发现
04GPU加速的原生向量搜索
05Heimdall AI助手
02
兼容性
Docker
部署
已通过文档验证
Apple Silicon (macOS)
平台
已通过文档验证
NVIDIA GPU (Linux/Windows)
平台
已通过文档验证
CPU (Linux/Windows)
平台
已通过文档验证
Go
运行时
已通过文档验证
Neo4j Protocol
兼容性
已通过文档验证
03
快速开始
1
$ docker run -d --name nornicdb -p 7474:7474 -p 7687:7687 -v nornicdb-data:/data timothyswt/nornicdb-arm64-metal-bge:latest
04
使用场景
↳AI智能体记忆
↳知识图谱
↳
↳RAG系统
↳会话上下文管理
↳研究工具
05
同类工具
相关搜索
评论
登录后发表评论
- CCasey Wilson2026年5月23日
Great for building retrieval systems where you need to query both semantic vector space and structural relationships at once.
- Sterling Rivera2026年4月4日
The Bolt protocol compatibility is a lifesaver. Connected it to my existing Cypher queries in Python instantly.
- RReese Anderson2026年3月10日
Has anyone benchmarked the GPU acceleration against a standard Neo4j instance for large knowledge graphs?