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§
- Deterministic
Planner - The rule-based planner.
- Known
Entities - Surface forms the engine already knows to be entities.
Enums§
- Retrieval
Signal - A signal the rules recognised in the transcript.
Functions§
- topical_
terms - The topical terms of an utterance or query.