Lydo
03/25/2025, 6:27 AMVapi Support Bot
03/25/2025, 6:29 AMsearchType
and scoreThreshold
parameters can lead to irrelevant retrievals ([Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336306333661663243)).
2. **Threshold settings**: A low KB threshold could be causing irrelevant retrievals ([Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338541335870836736)).
3. **Indexing problems**: Using the KB immediately after creation before indexing is complete can cause issues ([Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1331706030672969799)).
4. **Routing issues**: If all user messages are being routed to the KB, it may cause the model to retrieve irrelevant information ([Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342355912576471112)).
To improve the situation, you might want to adjust the scoreThreshold
and targetSplitsPerChunk
to improve the relevance of retrieved chunks.Vapi Support Bot
03/25/2025, 6:29 AMKyle Brunker
03/26/2025, 2:17 PMLydo
03/27/2025, 3:40 AMKyle Brunker
03/29/2025, 1:24 PM