Module deterministic

Module deterministic 

Source
Expand description

Rule-based retrieval planning.

This runs on partial transcripts, where a model call would be both too slow and too speculative, and it runs first on final transcripts so the model extractor has something to refine rather than invent. It is also the fallback when the out-of-band extractor is unavailable — degrading to keyword retrieval is far better than degrading to no memory.

Structs§

DeterministicPlanner
The rule-based planner.
KnownEntities
Surface forms the engine already knows to be entities.

Enums§

RetrievalSignal
A signal the rules recognised in the transcript.

Functions§

topical_terms
The topical terms of an utterance or query.