Search Hydra DB Memory (deprecated)
hydra_db_searchSearch stored agentic memories for relevant chunks with graph-enriched context, using fast semantic search or deeper graph traversal for personalized recall.
Instructions
DEPRECATED — use hydradb_query instead. Search through Hydra DB State-of-the-art agentic memories. Returns relevant chunks with graph-enriched context including entity paths and knowledge graph relations. Use this to find previously stored information, past conversations, user preferences, or any knowledge that has been ingested into Hydra DB memory. Supports both fast semantic search and deeper thinking mode with graph traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Recall mode: 'fast' for quick semantic search, 'thinking' for deeper personalised recall with graph traversal (default: 'thinking') | |
| query | Yes | The search query to find relevant memories | |
| max_results | No | Maximum number of memory chunks to return (1-50, default: 10) | |
| graph_context | No | Whether to include knowledge graph relations in results (default: true) |