I have placed the knowledgbase feature in Botpress after getting the answert i want show the user which sources are fitting to most for generating the answert. How can i output this in the chat. My knowledge base is a table of URLs and Paragraphs. i want show the similar 5 paragraph which are used for the answers.
f
fresh-fireman-491
06/14/2024, 2:47 PM
Hey there,
You can use turn.KnowledgeAgent.citations in a text card to show where it got the information from.
s
stale-piano-74155
06/14/2024, 3:33 PM
@User yes but then i see a json. i only want the url extracted from the json. is this possible?