mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
7 lines
253 B
YAML
7 lines
253 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Speed up import of Document dataclass.
|
|
Importing Document was slowed down cause we were importing the whole `pandas` and `numpy` packages.
|
|
This has now been changed to import only the necessary classes and functions.
|