hippmem-model 0.3.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
14
15
16
# hippmem-model

Model backends for HIPPMEM — `Embedder`, `Extractor`, `Reranker`, `Summarizer` traits and registry, with API backends (OpenAI / Anthropic / Cohere) and a deterministic fallback.

Part of [HIPPMEM](https://github.com/hippmem/hippmem) — a native associative memory engine for AI agents, written in Rust.

## Documentation

- [Project README]https://github.com/hippmem/hippmem#readme
- [Architecture: model backends]https://github.com/hippmem/hippmem/blob/main/docs/architecture/model-backends.md
- [Configuration]https://github.com/hippmem/hippmem/blob/main/docs/configuration.md
- API docs: <https://docs.rs/hippmem-model>

## License

Apache-2.0 — see [COPYRIGHT](https://github.com/hippmem/hippmem/blob/main/COPYRIGHT) for the full two-tier licensing model.