David S. Batista
|
b85c8e3382
|
feat: adding deserialize_component_inplace() (#9459)
* adding tests
* adding release notes
* deserialize_chatgenerator_inplace uses deserialize_component_inplace
* removing tests
|
2025-06-02 09:40:35 +02:00 |
|
Stefano Fiorucci
|
81fbe546cb
|
feat: ChatGenerator protocol - do not require to_dict and from_dict methods (#9213)
* minimize protocol
* progress
* rm unneeded test changes
* reno
* use keywords arguments for clarity
|
2025-04-11 10:30:48 +02:00 |
|
Stefano Fiorucci
|
c6df8d2c7a
|
test: monkeypatch OpenAI API key in some unit tests (#9173)
|
2025-04-04 13:33:22 +02:00 |
|
Stefano Fiorucci
|
adc3dfc5d2
|
refactor: LLM evaluators - introduce chat_generator init param; deprecate api, api_key and api_params (#9122)
* start
* progress
* tests for deserialize_chatgenerator_inplace
* progress on llmevaluator + tests
* update context relevance evaluator
* update faithfulness evaluator + tests
* release note
* rm unused import
* rm indentation
|
2025-03-31 15:35:03 +02:00 |
|