mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-17 01:58:23 +00:00
6 lines
193 B
YAML
6 lines
193 B
YAML
|
|
---
|
||
|
|
enhancements:
|
||
|
|
- |
|
||
|
|
Change `OpenAIDocumentEmbedder` to keep running if a batch fails embedding.
|
||
|
|
Now OpenAI returns an error we log that error and keep processing following batches.
|