uni-db
Embedded graph database with vector search and reasoning
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install uni-db?โผ
Run `npx skills add rustic-ai/uni-db --all -g -y` in your terminal to install the skill globally for your agent.
What is uni-db used for?โผ
It is an embedded database that combines property graphs, vector search, and columnar storage in one engine. You query it with OpenCypher or the Locy reasoning language from Rust or Python.
Does uni-db need a database server?โผ
No. It runs as a library inside your application with local disk or S3/GCS object storage for durability.
Can uni-db do vector and hybrid search?โผ
Yes. It supports K-NN vector search with multiple index types, BM25 full-text search, and hybrid queries that fuse both with RRF ranking.
Does uni-db work with Python?โผ
Yes. Install it with pip and use the sync or async API, plus an optional Pydantic OGM for modeling nodes and relationships as Python classes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core