Large language model functions¶
The large language model functions interact with the configured LLM to generate accurate and contextually appropriate responses based on the input provided.
In order to use these functions:
You must have the subscription bundle Enterprise Plus. To find out the bundle you have, open the About dialog of the Design Studio or the Administration Tool. See more about this in the section Denodo Platform - Subscription Bundles.
Prior to using these functions, you will need to configure both the Denodo Assistant and the Denodo Assistant large language model.
To use the large language model functions the user has to have
use_large_language_model
role. See the Default Roles section for more information.
Note
These functions will generate a call to the configured large language model for each row they apply to which may result in high response times.
Large language model functions:
ENRICH_AI¶
Description
The ENRICH_AI
function queries de configured large language model with the provided prompt.
Syntax
enrich_ai (<prompt:text>)
prompt
. Required. Text to be sent to the large language model for generating a response.
Example 1
You want information about a car model.
Example 2
You are hosting a car auction and you want to make a post on social media about the auctions of each car model.
Note that you can provide context to the large language model by concatenating your prompt with the specific field of the view you want to target.