Pulling exact text from Knowledge Bank

I have a number of txt files in the knowledge bank. I’m asking my prompt to pull the exact text from those files if they’re selected in the tickbox section of my form, but my Pickaxe is not following the instructions. I’ve copied and pasted the txt from each into the prompt. So ‘IF introduction is selected. Add this text. The only issue with that is it’s using way more tokens than I believe it would if it pulled from KB. How can I get KB to work with me on this?

Hi @hypnoscript, welcome to the community. Great to have you here. :slight_smile:

In your Knowledge Base settings you’ll see the relevance slider. The far-left side is labeled “always use.” That setting tells the model to stay strictly inside your KB and rely only on those chunks when forming an answer. This is helpful when you want the output to stick to your txt files and avoid pulling in outside reasoning or guessing.

Knowledge Base Relevance Cutoff gif

If your tool isn’t grabbing the text you expect, lowering the relevance cutoff or using the “always use” side of the slider can make the model depend fully on your KB, which sounds like what you want in this case.

Happy to help look at your setup if you want to share a screenshot.