haystack/releasenotes/notes/speedup-import-b542f7a8323ef376.yaml
2024-01-26 09:47:52 +01:00

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.