This is an LLM Graded Evaluator
This evaluator checks if the retrieved context contains enough information to answer the user’s query.
Required Args
query
: The query, ideally in a question format.context
: The retrieved data that should contain the required information to answer the user’s queryDefault Engine: gpt-4
- Query: How much equity does Y Combinator take?
- Retrieved Context: YC invests $500,000 in 200 startups twice a year.
Eval Result
Loader
This is an LLM Graded Evaluator
This evaluator checks if the retrieved context contains enough information to answer the user’s query.
Required Args
query
: The query, ideally in a question format.context
: The retrieved data that should contain the required information to answer the user’s queryDefault Engine: gpt-4
- Query: How much equity does Y Combinator take?
- Retrieved Context: YC invests $500,000 in 200 startups twice a year.
Eval Result
Loader