Skip to main content

Crate hyphae_retrieval

Crate hyphae_retrieval 

Source
Expand description

Exact retrieval and provider-neutral abstention semantics.

The reference engine accepts vectors directly. No embedding or model provider is enabled by default.

Structs§

Abstention
Evidence for a normal abstention outcome.
RetrievalLimits
Runtime and shape limits for exact global retrieval.
RetrievalMatch
One globally ranked exact match.
RetrievalRequest
Exact cosine search and abstention policy.
RetrievalSystemClock
Production retrieval clock backed by Instant.
VectorRecord
One candidate vector with a globally unique binary key.

Enums§

AbstentionReason
Stable reason why semantic retrieval declined to return matches.
RetrievalError
Failure to validate or completely execute exact semantic retrieval.
RetrievalOutcome
Complete exact retrieval outcome.

Traits§

RetrievalClock
Injectable monotonic clock for deterministic timeout conformance.

Functions§

retrieve
Executes exact global cosine retrieval with the system clock.
retrieve_with_clock
Executes exact retrieval with an injectable monotonic clock.