fornix 0.2.0

Knowledge storage, retrieval, and graph infrastructure for cognitive systems
Documentation
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:

[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::*;