Skip to content

Commit f28a6ad

Browse files
docs: sync Haystack API reference on Docusaurus (#12050)
Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
1 parent e8f8897 commit f28a6ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs-website/reference/haystack-api/evaluators_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Run the LLM evaluator.
183183

184184
- <code>dict\[str, Any\]</code> – A dictionary with the following outputs:
185185
- `score`: Mean context relevance score over all the provided input questions.
186+
- `individual_scores`: A list of context relevance scores for each input question.
186187
- `results`: A list of dictionaries with `relevant_statements`, `score`, and `status` for each input
187188
context. `status` is `evaluated` for valid results and `error` for failed evaluations.
188189

@@ -203,6 +204,7 @@ Run the LLM evaluator asynchronously.
203204

204205
- <code>dict\[str, Any\]</code> – A dictionary with the following outputs:
205206
- `score`: Mean context relevance score over all the provided input questions.
207+
- `individual_scores`: A list of context relevance scores for each input question.
206208
- `results`: A list of dictionaries with `relevant_statements`, `score`, and `status` for each input
207209
context. `status` is `evaluated` for valid results and `error` for failed evaluations.
208210

0 commit comments

Comments
 (0)