Skip to main content

Module config

Module config 

Source
Expand description

Recall configuration types — scoring weights, decay models, and FTS gather options.

Structs§

BrainProfileHint
Brain-profile hint for score boosting during recall. Applies boost multiplier to results whose profile posterior mean exceeds threshold.
RecallConfig
Configuration for the recall scoring pipeline. All fields have sensible defaults matching current behavior.
RecallFtsGatherConfig
Configuration for the FTS candidate-gather optimization (default: disabled, existing behavior).
ScoreBreakdown
Per-component score contributions for a single recall result.
WeightedContributions
The three weighted components that make up the final score.

Enums§

DecayModel
How salience decays over time.
MinScoreError
Error returned when min_score is outside the accepted dual-scale range.
RecallFtsGatherMode
Pack-level alias for the DB gather mode enum, serializable identically.
RecallFtsSelectionRule
Term selection rule for FTS candidate gather.