haystack/releasenotes/notes/document-embedding-type-d66c44ac6878fbdd.yaml
Silvano Cerza c8d162ced9
refactor: Change Document.embedding type to list of floats (#6135)
* Change Document.embedding type

* Add release notes

* Fix document_store testing

* Fix pylint

* Fix tests
2023-10-23 12:26:05 +02:00

5 lines
104 B
YAML

---
preview:
- |
Change `Document`'s `embedding` field type from `numpy.ndarray` to `List[float]`