rustic-airustic-aiOfficialยท1 Agent Skills Included

uni-db

Embedded graph database with vector search and reasoning

Stores and queries property graphs, vectors, and documents in one embedded engine with no server required. Runs OpenCypher queries, Locy recursive reasoning, hybrid vector and full-text search, and 36+ graph algorithms. Eliminates the need to combine separate graph, vector, and search databases for local-first applications. Provides Rust and Python APIs with transactions, forks, and a Pydantic OGM for fast development.
npx skills add rustic-ai/uni-db --all -g -y
Available:

Gives your AI agent the repository layout, build and test commands, and strict safety rules such as never running git commands without explicit user permission.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’