fornix-0.2.0 has been yanked.
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:
[]
= { = "0.1", = ["vector", "graph", "rag"] }
The common module is always available regardless of feature flags.
Import its prelude for convenient access to shared types:
use *;