notebook_query
Query a notebook using hybrid dense and lexical search, returning ranked chunks for agent synthesis. Supports hybrid, dense, or lexical modes; private mode avoids remote embedding.
Instructions
Hybrid search within a notebook: dense KNN + FTS5 lexical, fused with RRF. Returns raw chunks for the calling agent to synthesize. mode = hybrid | dense | lexical. Set private=true for a sensitive query so it is never dense-embedded via the remote backend (FTS5 is local and still runs); excluded remote spaces are flagged. Per-stage latency is returned under 'latency_ms'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | hybrid | |
| query | Yes | ||
| top_k | No | ||
| private | No | ||
| notebook_id | Yes |