Exception: Parse::VectorSearch::Hybrid::FusionError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Parse::VectorSearch::Hybrid::FusionError
- Defined in:
- lib/parse/vector_search/hybrid.rb
Overview
Raised on malformed fusion input (bad weights, non-positive
k_constant, empty branch set). Inherits ArgumentError so it
joins the other bad-input raises in a single rescue boundary.