fornix 0.1.1

Knowledge storage, retrieval, and graph infrastructure for cognitive systems
Documentation

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"] }