search_notes
Find knowledge notes by natural language or keywords with hybrid semantic and full-text retrieval, excluding daily news archives.
Instructions
Hybrid semantic + full-text search across knowledge notes (excludes daily news archives).
Uses BM25 + cosine similarity (bge-m3, 1024d) when embedding server is available, falls back to BM25-only, then file scan. To search news specifically, use search_news_tool.
Args: query: Search term — supports natural language and keywords
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |