Hybrid retrieval across the configured memory backends.
post/api/v1/memory/search
Request body
user_idstring nullable
agent_idstring nullable
app_idstring
project_idstring
querystring required
method'keyword' | 'vector' | 'hybrid' | 'agentic'
Public method enum. RRF / LR / vector_anchored are hidden under HYBRID.
top_kinteger
radiusnumber nullable
min_scorenumber nullable
include_profileboolean
enable_llm_rerankboolean
Opt-in LLM rerank pass for HYBRID. Applies to agent_case and agent_skill fusion only; the episode hybrid path has built-in fact eviction and ignores this flag. Ignored by keyword / vector / agentic.