RetrievalMode

The retrieval policy selecting which capability fragment a discovery request routes to.

Each mode maps to exactly one underlying retrieval path. A mode whose backing fragment is absent degrades to a typed-empty result with a supported = false signal — it never silently falls back to a full scan.

Entries

Link copied to clipboard

Vector similarity over proposition text (requires a vector-capable store).

Link copied to clipboard

Propositions mentioning a given entity, scoped to the routed context.

Link copied to clipboard

Graph-neighbourhood expansion around an entity, derived from proposition edges.

Link copied to clipboard

Propositions created within a time window (requires a temporal-capable store).

Link copied to clipboard

Vector similarity unioned with graph-neighbourhood expansion, merged deterministically.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.