Query Hydra DB
hydradb_querySearch agentic memories with graph-enriched context, retrieving relevant chunks from past conversations, user preferences, and stored knowledge. Supports fast semantic search or deeper recall using knowledge graph traversal.
Instructions
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) |