hippmem-model 0.1.0

Model backends for HIPPMEM — Embedder, Extractor, Reranker, Summarizer traits and registry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! HIPPMEM · Model backend layer
//!
//! Defines the four traits Embedder/Extractor/Reranker/Summarizer and their
//! associated types, plus the ModelRegistry backend registration and selection hub.
//!
//! Corresponds to 08 §2 / §5.

pub mod api;
pub mod deterministic;
pub mod error;
pub mod lang;
pub mod registry;
pub mod traits;