Expand description
Fornix — knowledge storage, retrieval, and graph infrastructure for cognitive systems.
Each module is gated behind a Cargo feature of the same name. Enable only what you need:
[dependencies]
fornix = { version = "0.1", features = ["vector", "graph", "rag"] }The common module is always available regardless of feature flags.
Import its prelude for convenient access to shared types:
use fornix::common::prelude::*;Modules§
- common
- Shared types, traits, and utilities used across all modules. Always compiled — not feature-gated. Common types, traits, and utilities shared across all fornix modules.