mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-18 22:38:25 +08:00
### Summary GaussDB DocEngine could return no chunks for conversational queries even when relevant content was available. `Dealer.search()` supplies `minimum_should_match` (30%, then 10% on retry), but the GaussDB adapter discarded it and built a single `plainto_tsquery` from every token. This effectively required all conversational filler terms to match.