haystack/releasenotes/notes/refactor-openai-document-embedder.yaml
Sunil Kumar Dash 957d1be68d
Enrich documents with embeddings for OpenAIDocumentEmbedder (#6126)
* 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>
2023-10-19 18:29:16 +02:00

5 lines
124 B
YAML

---
enhancements:
- |
Refactor OpenAIDocumentEmbedder to enrich documents with embeddings instead of recreating them.