
Asset Name | Asset Type | Description |
|---|---|---|
VertexAIConnection | App connection | Google VertexAI connection that connects to VertexAI and performs actions. |
AzureOpenAIConnection | App connection | Azure OpenAI connection that connects to Azure OpenAI and performs actions. |
Get Grounded Data from File | Process | Subprocess that retrieves grounded data from an uploaded file. |
Evaluate GenAI Response | Process | The process that evaluates the response from the LLM. The first LLM answers questions based on grounded data. The second LLM evaluates answers according to the specified criteria. If the tracing level is specified as Score, the LLM returns only scores in the form of numbers. If the tracing level is set to Verbose, the LLM returns a detailed answer with scores and an explanation. |
Evaluate Agent | Guide | Guide that demonstrates and evaluates agent processing. |