When do chatbots need to provide accurate answers?

When users ask questions about topics like the price of a given item, or the date of an event, it’s important that your chatbot provides accurate, reliable answers. This is what we call structured or organized data. LLMs are great for querying vast amounts of unstructured data, typically found in documents like PDF and plaintext files, but programmatic queries are much better suited to organized data (think things like tables and spreadsheets).

ā€

Step 1: Organize information in a Table

The best way to ensure that your bot can answer questions like these accurately is to structure your data in a Table. That’s because information like price is associated with a specific item — in other words, you’re working with structured data.

Your Botpress bot can parse through unstructured data like PDFs and plaintext files for loosely formatted information — think of things like return policies or company history. On the flip side, if your user wants to know the price of a latte, Botpress bots work best when that information is provided to them in a structured format (i.e., a Table).

Let’s take a look at an example.

Create a Table in the Botpress Cloud Studio.

Input your information. In this example, I’ll be importing a CSV that lists menu items for a fictional coffee shop, along with their prices and the number of calories each items contains.

ā€

Step 2: Create a Knowledge Base

When users ask your bot a question, your bot will answer based on the information it has in its Knowledge Base.

For this example, let’s designate the Table we just created as a Knowledge Base.

What we’ve done is indicate to our bot that when users ask questions about specific items, like how much something costs, it should first find that item’s specific record in our Table, and then provide the information listed in the Price column.

ā€

Step 3: Set up user queries

The final step is to allow your user to ask your bot questions.

In the below example, we place a Raw Input Capture Card in a standard node, but there are plenty of ways you can get creative in the way you prompt your user to ask questions.

In this blog, we demonstrated a pretty simple example, but Botpress Tables can store thousands of rows, including things like vast databases of engineering tickets.

Botpress bots also support natural language searches on those databases, so you can search for things like engineering tickets related to navigation, for example.

ā€

Frequently Asked Questions

Will my bot’s answers reflect changes I make to my Table?

Yes, your bot’s answers will reflect the current version of your Table, even if you’ve added records to it after creating it and designating it as the data source for a Knowledge Base.

Can I import CSVs directly into Botpress?

Yes, you can use the ā€œImport CSVā€ button to import your data source directly into Botpress.

What kinds of information can I store in columns?

You can store text (string), numbers, boolean variables (yes/no), and dates.

Is there a limit to Table rows?

Botpress provides free bots with 5,000 rows. You can purchase additional storage for a fee.

Can we update Tables via API?

Support for dynamically updating Tables via API is in the roadmap.

Build better with Botpress

Get started today - it's free!

Related Articles

Industry
October 7, 2022

What is Chatbot Analytics? Learn more about chatbot analytics and key chatbot metrics

The first set of analytics that is important to admins are generic usage statistics. Is the bot used, on what devices...

Culture
May 24, 2022

The People of Botpress: Jean-Bernard Perron, Chief Financial Officer

The People of Botpress is a series where we highlight our people and the great work they do by talking about life at Botpress. In this edition of The People of Botpress, we interview our Chief Financial Officer, Jean-Bernard Perron

Product
May 26, 2022

Introducing the Botpress Learning Center

A new place to master Botpress, chatbots, and conversational AI.

Ā© Botpress 2023