mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 03:09:28 +00:00
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.
|