Skip to main content

Crate hippmem_model

Crate hippmem_model 

Source
Expand description

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.

Modules§

api
API backends: OpenAI/Anthropic/Cohere clients (08 §3).
deterministic
Deterministic fallback backend: no network, no randomness, reproducible.
error
Model layer error types: 08 §6.
lang
Multilingual NLP data for HIPPMEM’s deterministic pipeline.
registry
Model registry and backend selection: 08 §5.
traits
Four model traits and associated types: 08 §2.