{% extends 'base.html' %} {% load static %} {% block content %}

DeepEval Settings v{{ plugin_descriptions.version }}

Configure your evaluation parameters and test settings

Build Settings

PLUGIN_NAME: {{ plugin_descriptions.name }}
PLUGIN_DESCRIPTION: {{ plugin_descriptions.description }}
PLUGIN_NAMESPACE: {{ plugin_descriptions.namespace }}
IS_ENABLED: {{ plugin_settings.is_enabled }}
API_SIGNAL: {{ plugin_settings.api_signal }}
CHAT_SIGNAL: {{ plugin_settings.chat_signal }}

Test Settings

{% csrf_token %}

Evaluates if the response directly answers the user's question

Checks if the response is consistent with provided context

Verifies if the retrieved context is relevant to the query

Detects fabricated or unsupported information

Screens for harmful or inappropriate content

{% endblock %}