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

* Change Document.embedding type * Add release notes * Fix document_store testing * Fix pylint * Fix tests
5 lines
104 B
YAML
5 lines
104 B
YAML
---
|
|
preview:
|
|
- |
|
|
Change `Document`'s `embedding` field type from `numpy.ndarray` to `List[float]`
|