Skip to content

Add intent analysis config option and refactor memory tools#55

Merged
sopaco merged 1 commit intomainfrom
dev
Mar 13, 2026
Merged

Add intent analysis config option and refactor memory tools#55
sopaco merged 1 commit intomainfrom
dev

Conversation

@sopaco
Copy link
Owner

@sopaco sopaco commented Mar 13, 2026

initialization

The enable_intent_analysis configuration option allows control over whether
LLM-based query rewriting and intent detection runs before vector searches.
When disabled, searches use raw queries directly, reducing latency from ~15-25s
to <500ms with slightly lower recall quality. The change refactors memory tools
initialization to properly pass this configuration through the call chain.

initialization

The `enable_intent_analysis` configuration option allows control over
whether
LLM-based query rewriting and intent detection runs before vector
searches.
When disabled, searches use raw queries directly, reducing latency from
~15-25s
to <500ms with slightly lower recall quality. The change refactors
memory tools
initialization to properly pass this configuration through the call
chain.
@sopaco sopaco merged commit 0088476 into main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant