I'm having a problem and could use help from the community please

Hi. I’m trying to build a pickax bot that is supposed to use a document I uploaded to the knowledge base. The knowledge base document has questions that the bot is supposed to ask the user and then produce an pdf when the bot finishes going through the knowledge base document. The problem I am running into is that the bot doesn’t make it through the questions and it often asks the same question multiple times. The document is roughly a page and half long…

Does anyone have any ideas on what the problem could be?

Thanks!

Hi @condorbotzai and welcome to the Pickaxe community!

From what I understand, here are some viable solutions that you can try:

  1. If the questions should pop up at the beginning of your chat session: Add the question as an ‘Intro message’

  2. If the question should pop up at a later interval during your chat session: You want to take that question that you integrated into your knowledge base and insert it into the ‘Role’ (core prompt) section instead. Think of the logical workflow of the conversation to determine where the question should be asked by the AI.

Finally, you want to use the KB as a repository of information that is critical to your Pickaxe’ use-case. Check out this video I made on how to set up your knowledge base:

Hope that helps!

Thank you. This is a great way to work through this process. I look forward to reviewing the video again.

What I am trying to do is have the bot ask specific questions. This looks like a great way to handle this.

I will keep you posted.

1 Like