deepmem_search
Search memories stored in DeepMemory using semantic search. Returns the most relevant memories for the given query, ranked by hybrid scoring (vector similarity + BM25 keyword match + entity boost + time decay).
Use this to retrieve context from past conversations before responding to the user. Memories are scoped to the user_id provided during write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| api_key | No | ||
| user_id | No | default | |
| threshold | No |