Add custom data

If you selected "Custom data model" then this feature allow you to add your private data to feed this assistant.

Add your knowledge/data in form of text to feed this assistant

Here I've added a paragraph of knowledge about Canva, now after clicking the train button your assistant will be capable of answering all the questions from this knowledge.

There are two types of custom data

  1. Unstructured data: This is plain text data, it could be a paragraph of text

When you preparing Unstructured data please make sure you have removed all the ":" anywhere in your text/paragraph, otherwise parser consider it as structured data and could produce unexpected results for your assistant.

  1. Structured data: This is where data have some format, you can enter Structured data with a key, value separate them with ":" parser parse your data

// Structured data multiline sample
Name: John
Age: 38
CityName: New York
country_name: USA


// Structured data inline sample
Name: John Age: 38 City: New York

Last updated