DaBot
  • ๐Ÿค–Product Overview
  • โšกQuickstart Guide To DaBot
  • ๐Ÿ”ŒCreating Connections
    • File Upload (Local Files)
    • File Download
    • AWS S3
    • Snowflake
  • ๐Ÿ› ๏ธTuning Bots
    • ๐Ÿ‘€Preview Bot
    • โš™๏ธAdvanced Bot Settings
  • ๐Ÿ”ŽGlossary of Terms
  • ๐Ÿ’กRelease Notes
    • ๐Ÿ‘Release Notes Alpha 2.3
    • ๐Ÿ‘Release Notes Alpha 2.2
Powered by GitBook
On this page
  1. Tuning Bots

Advanced Bot Settings

PreviousPreview BotNextGlossary of Terms

Last updated 1 year ago

Click the โ€œAdvancedโ€ tab to go to advanced properties in the Create Bot screen.

Available advanced properties

Property Name
Definition
Comments

Connection Read Limit

Sample size for Bots to analyze your data.

The default is 2500 rows.

Set 0 to analyze all rows.

With the number of 0, I2A processing time will increase.

Database Commit Batch Size

Write batch size. The default is 5000.

Increase this for quicker processing.

Set AI Level

Available values: Disable / Level 1 / Level 2

  • Disabled - if you donโ€™t want to connect to Open AI.

  • Level 1 - To generate column summary

  • Level 2 - Open AI to supplement with I2A

Level 1 and Level 2 will increase the processing time.

Date Intelligence

Enable / Disable

Enable - Auto format any US acceptable date format to standard database accepted format.

Disable - To copy the same source format to the target

Example:

Input date: 09/11/2022

Output with flag Enable: 2022-09-11 00:00:00

Output with flag Diasble: 09/11/2022

๐Ÿ› ๏ธ
โš™๏ธ