Problem about Query Knowledge Bases
# 🤝help
m
Hi, I actually have a small problem with Knowledge Bases in my projetct. Let me explain : I have an option which permits the user to insert his speedrun time in an input. Ater that, thanks to the Query Knowledge Bases Card, I would ask to get the "place" the user would be if he sends his speedrun on speedrun.com. Normally in the same query or in another one, I would get the speedrun time before and after the user time as a list ( I'll make an example after to understand easier ). But when I ask diretly to the Knowledge Bases, it works and hen I use the card, I get wrong answers : As Images you'll can see : - A screenshot of my table with the values near the ID 390. - A screeshot of my query + the answer with Knowledge Bases - A screenshot of my query + the card answer. If you need any other informations, I'll be happy to provide more informations. https://cdn.discordapp.com/attachments/1240379786598289450/1240379787025973309/image.png?ex=66465932&is=664507b2&hm=935554436d4a3eb5f6719559b91467897bce51ca9802131ec8b667cfd7b81ee9& https://cdn.discordapp.com/attachments/1240379786598289450/1240379787386552400/image.png?ex=66465932&is=664507b2&hm=30b4bfa51c8257b621c1d43cfc66e6c7013c82d16dc37cca6ba56a7192dee736& https://cdn.discordapp.com/attachments/1240379786598289450/1240379787705585754/image.png?ex=66465932&is=664507b2&hm=6cc1da32f94aff85b3e9388337d766cfd4962211f02198b8c1367659ac9f41d9&
w
FWIW, I have never had success with getting a KB query that calls on a BP-native table data source, to return the expected records reliably with plain English queries. In cases where returning the correct row or rows is of high importance, you might have better luck with structured table filters / queries as described here : https://botpress.com/docs/cloud/studio/tables/
m
Thanks It helped me