haystack/releasenotes/notes/adding-metadata-info-from-OpenAI-f5309af5f59bb6a7.yaml
David S. Batista 186512459d
feat: LLM-based evaluators return meta info from OpenAI (#7947)
* LLM-Evaluator returns metadata from OpenAI

* adding tests

* adding release notes

* updating test

* updating release notes

* fixing live tests

* attending PR comments

* fixing tests

* Update releasenotes/notes/adding-metadata-info-from-OpenAI-f5309af5f59bb6a7.yaml

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>

* Update llm_evaluator.py

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2024-07-02 11:31:51 +02:00

6 lines
159 B
YAML

---
enhancements:
- |
When using "openai" for the LLM-based evaluators the metadata from OpenAI will be in the output dictionary, under the key "meta".