search_memory_semantic
Search notes by semantic meaning using local Ollama embeddings to find related content, even when no keywords match. Requires Ollama with nomic-embed-text; otherwise use keyword search.
Instructions
Meaning-based search using local Ollama embeddings; finds related notes that share no keywords. Requires Ollama running with the nomic-embed-text model (see README); otherwise returns an error and you should use search_memory instead.
query: a natural-language description project: restrict to one project; empty searches all limit: max results (default 5) llm: your name, for the usage audit log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | ||
| limit | No | ||
| query | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |