The Data Access feature in Profound AI allows you to provide your AI Agent controlled read-only access to a subset of your system’s Database Tables and Views. The agent will determine on its own how and when to access the data in the tables based on the context of the user’s question. For instance, if you allow access to the Invoice Header and Invoice Detail tables, users can then inquire about account receivables, collected revenue, specific customer invoices, and more. To use Data Access, the large language model you choose must be have been trained or fine-tuned for function calling and also be able to generate SQL statements.
...