haystack/releasenotes/notes/fix-entityextractor-json-serialzable-b7d643eb83a3e58c.yaml
Darion beb8853412
fix: return types of EntityExtractor to work with FAISSDocumentStore (#5750)
* Changed entity extractor score from type float32 to float64 and start/stop from int64 to int

* Added relase notes
2023-09-14 10:49:54 +02:00

5 lines
71 B
YAML

---
fixes:
- |
Fix EntityExtractor output not JSON serializable.