mneme_search
Retrieve ranked search results from a vault with BM25 full-text search, supporting Turkish casefold normalization, date and type filters, and returning annotated evidence cards with trust and confidence labels.
Instructions
Retrieval over the vault. v1.0 ships FTS5 BM25 with Turkish casefold normalization. Optional date and frontmatter type filters. Returns ranked hits with snippets. The cards array (EvidenceCard) is the preferred output and carries content_hash, trust, and confidence_label. Each card carries a backend field identifying which retrieval leg produced it (fts5, dense, kg). The backends_used array lists every backend that returned at least one hit. hits is kept for backward compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text query. | |
| top_k | No | ||
| filters | No | ||
| min_query_length | No |