cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading bot data, training sentences and enteties

alexander_gahr
Explorer
0 Kudos

Hello CAI team,

is there any possibility to download bulk data of my trained enteties so i could use some offline data analysis tools to improve the data quality?

In addition it would be good to be able to bulk upload this then again.

Regrads

Alex

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member612825
Active Participant

Hello alexander.gahr

You can use our api and the following endpoints : /datasets, /intents and /expressions (https://cai.tools.sap/docs/api-reference/ )

for each intent in intents:

   for each expression in intent.expressions:

      get_expression(expression)

By the way, when we will have a minimum of 50 expressions per intent (which is a best practice for your dataset), you can run a benchmark to understand how to improve your dataset (if needed) : https://cai.tools.sap/docs/concepts/training-analytics

Aurélie

alexander_gahr
Explorer
0 Kudos

Hello Aurelie,

so no possibility to mass up/download training sets which i have already ?

Can this be a feature request? There are nice interchangeable formats which are possible with wit.ai and api.ai for example.

Regards

Alex

former_member612825
Active Participant
0 Kudos

You can do it only by using the endpoints I wrote.

Sure I have created a request for the product owners 🙂