memory_search
Search stored memories using hybrid exact and semantic matching, including Chinese substring and vector similarity for comprehensive retrieval.
Instructions
Hybrid memory search: FTS5/trigram exact match + HNSW vector semantic search. Supports Chinese substring matching and semantic similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| top_k | No | Number of results to return, default 10 |