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

* Enrich documents with embeddings Signed-off-by: sunilkumardash9 <sunilkumardash9@gmail.com> * add release note Signed-off-by: sunilkumardash9 <sunilkumardash9@gmail.com> * try to fix typing * change embedding field type in Document --------- Signed-off-by: sunilkumardash9 <sunilkumardash9@gmail.com> Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
5 lines
124 B
YAML
5 lines
124 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Refactor OpenAIDocumentEmbedder to enrich documents with embeddings instead of recreating them.
|