LexicalSearchOptions
LexicalSearchOptions =
Omit<SemanticSearchOptions,never>
Defined in: packages/memory-ltm/src/types.ts:162
Options for the lexical fallback scan. A deliberate subset of
SemanticSearchOptions: every filter is mirrored so the degraded path
returns the same set of eligible memories as the semantic path, but the
ranking-weight knobs are shared rather than duplicated.