trigaten / Learn_Prompting

Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community

Home Page:https://learnprompting.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatbot with Knowledge base using GPT 3.5 turbo

LuigiToniolo opened this issue · comments

What topic would you be interested in seeing an article/chapter about?

I would love to know about more updated content of the post:
"https://learnprompting.org/en/docs/applied_prompting/build_chatbot_from_kb".

My goal for this prompt:

What I want for my chatbot are short and objective answers, so that they can be as close as possible to a human, without leaving out some information.

What has already been done:

What I've been working on for a long time is a prompt for a chatbot that serves customers at a pizzeria. I'm trying to configure the prompt in countless ways but I'm not getting the ideal answers for my business.
My prompt already has the menu separated in another context and is called, from the main prompt, through a function. With that, theoretically, my chatbot is able to access the menu when it needs some information about the name of the pizza, ingredients and price of the pizza.

Problems encountered at the prompt:

With my prompt, which I can provide, there are times when the chatbot is able to capture the menu data and there are times when it is not. Also, the chatbot generates some very large responses, passing unnecessary information to customers at that time of the response.

The access link for my prompt is:

"https://docs.google.com/document/d/1OGAlRGWQbhFbJWKKn5CBXobj3danvVskPsQuZa_CbTk/edit?usp=sharing"