What problem does it solve?
This Skill solves the complexity of managing disparate databases for graph, vector, and document data by providing a unified, embedded engine that runs locally within your application process.
Core Features & Use Cases
- Multi-Model Engine: Combines OpenCypher graph queries, Locy logic programming, vector search, and columnar storage in one library.
- Developer Productivity: Simplifies schema management, transaction handling, and bulk data loading for complex, multimodal datasets.
- Use Case: Build a RAG pipeline or a recommendation engine that requires both semantic vector similarity and complex graph-based relationship traversal without the overhead of a separate database server.
Quick Start
Use the uni-db skill to initialize a new database, define a schema with vector and scalar properties, and execute a transaction to insert nodes and edges.