mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
* fix(kb): improve retrieval resilience on per-KB failure and rerank selection - Remove RuntimeError on single-KB dense retrieval failure: always skip the faulty KB and return partial results instead of crashing. - Simplify rerank provider selection: remove redundant rerank_pi check since the provider is already loaded from that ID. * fix(kb): simplify rerank selection loop, improve dense retrieval error log