mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Add missing params to to_dict for OpenAI embedders * add reno * Track variable internally instead of using client
6 lines
252 B
YAML
6 lines
252 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Add the init parameters timeout and max_retries to the to_dict methods of OpenAITextEmbedder and OpenAIDocumentEmbedder.
|
|
This ensures that these values are properly serialized when using the to_dict method of these components.
|