lattix
Knowledge graph construction, analysis, and embedding inference.
Dual-licensed under MIT or Apache-2.0.
use ;
let mut kg = new;
kg.add_triple;
// Find path: Apple -> founded_by -> Steve Jobs
if let Some = kg.find_path
Crates
| Crate | Purpose |
|---|---|
lattix-core |
Graph storage, PageRank, Random Walks |
lattix-nn |
Node2Vec, GNN layers |
lattix-kge |
Knowledge Graph Embeddings (TransE, RotatE) |
lattix-temporal |
Time-aware graph queries |
lattix-cli |
Command-line interface |
lattix-py |
Python bindings |
Embedding Backends
- BoxE: Containment embeddings (via
subsume) - Hyperbolic: Hierarchy embeddings (via
hyp) - ONNX: TransE, RotatE, ComplEx inference