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