Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Search Settings

The [search] section controls search behavior defaults.

Configuration

[search]
default_limit = 10
semantic_weight = 0.7

Options

KeyTypeDefaultDescription
default_limitint10Default number of results returned
semantic_weightfloat0.7Balance between semantic (1.0) and keyword (0.0) in hybrid mode

Semantic Weight

The semantic_weight parameter controls how hybrid search blends results:

  • 1.0 = pure semantic search (vector similarity only)
  • 0.0 = pure keyword search (full-text search only)
  • 0.7 (default) = heavily favors semantic matches, with keyword results filling in exact-match gaps

The hybrid search uses Reciprocal Rank Fusion (RRF) to combine results from both search modes. See Architecture: Storage & Data Flow for details on the RRF algorithm.