Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RAGASEvaluator.type
Members list
Value members
Concrete methods
Create a new RAGAS evaluator with default metrics.
Create a new RAGAS evaluator with default metrics.
Value parameters
- embeddingClient
-
Embedding client for similarity calculations
- embeddingModelConfig
-
Configuration for the embedding model
- llmClient
-
LLM client for semantic evaluation
Attributes
- Returns
-
A new evaluator with all four RAGAS metrics enabled
Create a new RAGAS evaluator with specific metrics.
Create a new RAGAS evaluator with specific metrics.
Value parameters
- embeddingClient
-
Embedding client for similarity calculations
- embeddingModelConfig
-
Configuration for the embedding model
- llmClient
-
LLM client for semantic evaluation
- metrics
-
Custom metrics to use
Attributes
- Returns
-
A new evaluator with the specified metrics
Create an evaluator with only Faithfulness and Answer Relevancy metrics. These metrics don't require ground truth.
Create an evaluator with only Faithfulness and Answer Relevancy metrics. These metrics don't require ground truth.
Value parameters
- embeddingClient
-
Embedding client for similarity calculations
- embeddingModelConfig
-
Configuration for the embedding model
- llmClient
-
LLM client for semantic evaluation
Attributes
- Returns
-
A new evaluator with basic metrics only
Concrete fields
Metric names for reference.
Metric names for reference.