search_journal
Find relevant journal entries by meaning. Get markdown snippets with source paths, sections, scores, and excerpts.
Instructions
Search private journal entries semantically and return LLM-readable markdown snippets with source paths, sections, scores, and excerpts.
Use section to narrow recall when the intent is known; omit section for broad discovery.
Scores are cosine similarities from a multilingual-e5 model and cluster in a narrow band (~0.80-0.89), so a high score alone does not mean an entry is relevant. Always judge relevance from the excerpt text, and treat small score gaps as noise. minScore is available but has no reliable universal cutoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| section | No | ||
| minScore | No |