<p align="center"><a href="https://hyphae.dev"><img alt="Hyphae" src="https://raw.githubusercontent.com/celiumsai/hyphae/main/.github/assets/hyphae-lockup.svg" width="320"></a></p>
# hyphae-retrieval
[](https://crates.io/crates/hyphae-retrieval)
[](https://docs.rs/hyphae-retrieval)
Exact provider-neutral cosine retrieval and explicit abstention semantics for
[Hyphae](https://hyphae.dev).
```toml
[dependencies]
hyphae-retrieval = "0.1.0"
```
The caller owns vectors and any optional embedding provider. This crate does
not contact a model, persist embeddings, or introduce a cloud dependency.
Apache-2.0. Source and security policy:
[`celiumsai/hyphae`](https://github.com/celiumsai/hyphae).