LogoLogo
👨‍💻 API Reference📣 Release Notes📺 Request a Demo
  • Introduction to Fiddler
    • Monitor, Analyze, and Protect your ML Models and Gen AI Applications
  • Fiddler Doc Chatbot
  • First Steps
    • Getting Started With Fiddler Guardrails
    • Getting Started with LLM Monitoring
    • Getting Started with ML Model Observability
  • Tutorials & Quick Starts
    • LLM and GenAI
      • LLM Evaluation - Compare Outputs
      • LLM Monitoring - Simple
    • Fiddler Free Guardrails
      • Guardrails - Quick Start Guide
      • Guardrails - Faithfulness
      • Guardrails - Safety
      • Guardrails FAQ
    • ML Observability
      • ML Monitoring - Simple
      • ML Monitoring - NLP Inputs
      • ML Monitoring - Class Imbalance
      • ML Monitoring - Model Versions
      • ML Monitoring - Ranking
      • ML Monitoring - Regression
      • ML Monitoring - Feature Impact
      • ML Monitoring - CV Inputs
  • Glossary
    • Product Concepts
      • Baseline
      • Custom Metric
      • Data Drift
      • Embedding Visualization
      • Fiddler Guardrails
      • Fiddler Trust Service
      • LLM and GenAI Observability
      • Metric
      • Model Drift
      • Model Performance
      • ML Observability
      • Trust Score
  • Product Guide
    • LLM Application Monitoring & Protection
      • LLM-Based Metrics
      • Embedding Visualizations for LLM Monitoring and Analysis
      • Selecting Enrichments
      • Enrichments (Private Preview)
      • Guardrails for Proactive Application Protection
    • Optimize Your ML Models and LLMs with Fiddler's Comprehensive Monitoring
      • Alerts
      • Package-Based Alerts (Private Preview)
      • Class Imbalanced Data
      • Enhance ML and LLM Insights with Custom Metrics
      • Data Drift: Monitor Model Performance Changes with Fiddler's Insights
      • Ensuring Data Integrity in ML Models And LLMs
      • Embedding Visualization With UMAP
      • Fiddler Query Language
      • Model Versions
      • How to Effectively Use the Monitoring Chart UI
      • Performance Tracking
      • Model Segments: Analyze Cohorts for Performance Insights and Bias Detection
      • Statistics
      • Monitoring ML Model and LLM Traffic
      • Vector Monitoring
    • Enhance Model Insights with Fiddler's Slice and Explain
      • Events Table in RCA
      • Feature Analytics Creation
      • Metric Card Creation
      • Performance Charts Creation
      • Performance Charts Visualization
    • Master AI Monitoring: Create, Customize, and Compare Dashboards
      • Creating Dashboards
      • Dashboard Interactions
      • Dashboard Utilities
    • Adding and Editing Models in the UI
      • Model Editor UI
      • Model Schema Editing Guide
    • Fairness
    • Explainability
      • Model: Artifacts, Package, Surrogate
      • Global Explainability: Visualize Feature Impact and Importance in Fiddler
      • Point Explainability
      • Flexible Model Deployment
        • On Prem Manual Flexible Model Deployment XAI
  • Technical Reference
    • Python Client API Reference
    • Python Client Guides
      • Installation and Setup
      • Model Onboarding
        • Create a Project and Onboard a Model for Observation
        • Model Task Types
        • Customizing your Model Schema
        • Specifying Custom Missing Value Representations
      • Publishing Inference Data
        • Creating a Baseline Dataset
        • Publishing Batches Of Events
        • Publishing Ranking Events
        • Streaming Live Events
        • Updating Already Published Events
        • Deleting Events From Fiddler
      • Creating and Managing Alerts
      • Explainability Examples
        • Adding a Surrogate Model
        • Uploading Model Artifacts
        • Updating Model Artifacts
        • ML Framework Examples
          • Scikit Learn
          • Tensorflow HDF5
          • Tensorflow Savedmodel
          • Xgboost
        • Model Task Examples
          • Binary Classification
          • Multiclass Classification
          • Regression
          • Uploading A Ranking Model Artifact
    • Integrations
      • Data Pipeline Integrations
        • Airflow Integration
        • BigQuery Integration
        • Integration With S3
        • Kafka Integration
        • Sagemaker Integration
        • Snowflake Integration
      • ML Platform Integrations
        • Integrate Fiddler with Databricks for Model Monitoring and Explainability
        • Datadog Integration
        • ML Flow Integration
      • Alerting Integrations
        • PagerDuty Integration
    • Comprehensive REST API Reference
      • Projects REST API Guide
      • Model REST API Guide
      • File Upload REST API Guide
      • Custom Metrics REST API Guide
      • Segments REST API Guide
      • Baselines REST API Guide
      • Jobs REST API Guide
      • Alert Rules REST API Guide
      • Environments REST API Guide
      • Explainability REST API Guide
      • Server Info REST API Guide
      • Events REST API Guide
      • Fiddler Trust Service REST API Guide
    • Fiddler Free Guardrails Documentation
  • Configuration Guide
    • Authentication & Authorization
      • Adding Users
      • Overview of Role-Based Access Control
      • Email Authentication
      • Okta Integration
      • SSO with Azure AD
      • Ping Identity SAML SSO Integration
      • Mapping LDAP Groups & Users to Fiddler Teams
    • Application Settings
    • Supported Browsers
  • History
    • Release Notes
    • Python Client History
    • Compatibility Matrix
    • Product Maturity Definitions
Powered by GitBook

© 2024 Fiddler Labs, Inc.

On this page

Was this helpful?

  1. Product Guide
  2. LLM Application Monitoring & Protection

Selecting Enrichments

Fiddler offers enrichments out of the box to monitor different aspects of LLM applications. Use the below table to select the right enrichment for your specific use case.

This table provides high level information on the metric, the enrichment to use to measure the metric, if the metric uses LLMs, and if so, what LLM it uses.

If you have a use case not covered by the below enrichments out of the box, please contact your administrator.

Metric
Metric Category
Description
Enrichment
LLM Used?
LLM Type

Custom

This enrichment uses an LLM to classify data based on a user-defined prompt template and list of categories.

custom_llm_classifier

Yes

Fiddler-hosted Llama

Hallucination

This enrichment identifies the accuracy and reliability of facts presented in AI-generated texts

faithfulness

Yes

OpenAI

Hallucination

This enrichment identifies the accuracy and reliability of facts presented in AI-generated texts. It is generated by Fiddler's Fast Trust Models

ftl_response_faithfulness

Yes

Fiddler Fast Trust Model

Hallucination

This enrichment measures the pertinence of AI-generated responses to their inputs

answer_relevance

Yes

OpenAI

Hallucination

This enrichment evaluates the brevity and clarity of AI-generated responses

conciseness

Yes

OpenAI

Hallucination

This enrichment assesses the logical flow and clarity of AI-generated responses

coherence

Yes

OpenAI

Safety

This enrichment classifies whether a piece of text is toxic or not

toxicity

Yes

OpenAI

Safety

This enrichment detects the presence of jailbreak attempts by the user. It is generated by Fiddler's Fast Trust Models.

ftl_prompt_safety

Yes

Fiddler Fast Trust Model

Safety

This enrichment generates 10 different safety metrics to measure texts upon. These metrics are: illegal, hateful, harassing, racist, sexist, violent, sexual, harmful, unethical, jailbreaking

ftl_prompt_safety

Yes

Fiddler Fast Trust Model

Safety

This enrichment flags the presence of sensitive information within textual data

pii

No

Safety

This enrichment compares the text with a regular expression string

regex_match

No

Safety

This enrichment classifies the text into several preset dimensions using a zero-shot classifier

topic_model

No

Safety

This enrichment detects the presence of banned keywords configured by the user

banned_keywords

No

Safety

This enrichment flags the use of offensive or inappropriate language

profanity

No

Safety

This enrichment identifies the language of the source text

language_detection

No

Text Statistics

This enrichment provides classic text evaluation methods such as BLEU, ROUGE, and Meteor

evaluate

No

Text Statistics

This enrichment provides sentiment analysis of the target text

sentiment

No

Text Statistics

This enrichment provides various text statistics such as character/letter count, flesh kinkaid, and others

textstat

No

Text Statistics

The Token Count enrichment is designed to count the number of tokens in a string.

token_count

No

Text Validation

Evaluates different query dialects for syntax correctness.

sql_validation

No

Text Validation

Validates JSON for correctness and optionally against a user-defined schema.

json_validation

No

PreviousEmbedding Visualizations for LLM Monitoring and AnalysisNextEnrichments (Private Preview)

Last updated 29 days ago

Was this helpful?


Questions? to a product expert or a demo.

Need help? Contact us at .

❓
💡
Talk
request
help@fiddler.ai
Custom LLM Classifier
Faithfulness
Fast Faithfulness
Answer Relevance
Conciseness
Coherence
Toxicity
Fast Jailbreak
Fast Safety
PII
Regex Match
Topic
Banned Keywords
Profanity
Language Detection
Evaluate
Sentiment
TextStat
Token Count
SQLValidation
JSONValidation