API Endpoints
Context Relevancy
This metric gauges the relevancy of the retrieved context, calculated based on both the question and contexts. The values fall within the range of (0, 1), with higher values indicating better relevancy.
Docs: https://docs.ragas.io/en/latest/concepts/metrics/context_relevancy.html
POST
/
ragas
/
context_relevancy
/
evaluate
Body
application/json
data
object[]
requiredList of entries to be evaluated, check the field type for the necessary keys
settings
object | null
Evaluator settings, check the field type for what settings this evaluator supports
env
object | null
Optional environment variables to override the server ones
Response
200 - application/json
status
enum<string>
default: processedAvailable options:
processed
score
number
requiredpassed
boolean | null
details
string | null
Short human-readable description of the result
cost
object | null