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

* first draft * release note * mypy fix * fix test * corrections * pr feedback * better secrets handling and new tests * missing imports in embedders/__init__.py * better format condition * address feedback
7 lines
201 B
YAML
7 lines
201 B
YAML
---
|
|
preview:
|
|
- |
|
|
Add OpenAI Document Embedder.
|
|
It computes embeddings of Documents using OpenAI models.
|
|
The embedding of each Document is stored in the `embedding` field of the Document.
|