samyama-graph
活跃·★ 63·Apache-2.0·更新于 2026-05-28
★ 时下流行★ RAG / 知识库★ 数据处理
用2.50美元查询了10亿条边的图数据库
Samyama是用Rust编写的图向量数据库,支持OpenCypher查询、Redis协议、向量搜索和图算法。它可以在单台机器上处理数十亿条边。
#billion-edges#cypher#cypher-query-language#graph-algorithms#graph-database#graph-rag#hnsw#知识图谱
01
功能特性
01OpenCypher查询
02Redis协议
03向量搜索(HNSW)
04图算法(PageRank、BFS等)
05自然语言查询(NLQ)
02
兼容性
Redis
Redis协议
已通过文档验证
OpenCypher
OpenCypher ~90%
已通过文档验证
03
快速开始
1
$ git clone https://github.com/samyama-ai/samyama-graph
2
$ cd samyama-graph
3
$ cargo build --release
04
使用场景
↳生物医学知识图谱(PubMed、ClinicalTrials.gov等)
↳多跳图遍历
↳跨知识图谱聚合
05
同类工具
相关搜索
评论
登录后发表评论
- SShawn White2026年4月30日
The Rust and OpenCypher combination gives both speed and a familiar query interface
- SSutton Johnson2026年4月23日
Graph-vector hybrid queries are powerful for knowledge representation use cases
- EEmerson Martinez2026年4月2日
Querying 1 billion edges for $2.50 is an impressive cost-performance benchmark
- RRiley Jackson2026年3月14日
Used for large-scale knowledge graph applications, the cost efficiency is real