haystack/releasenotes/notes/sparse-emb-eq-773ef04ae3ed83ea.yaml
Stefano Fiorucci 19a46af9da
add __eq__ method to SparseEmbedding (#7574)
* add __eq__ method to SparseEmbedding

* reno

* improve reno
2024-04-23 19:03:41 +02:00

5 lines
120 B
YAML

---
enhancements:
- |
Add an `__eq__` method to `SparseEmbedding` class to compare two `SparseEmbedding` objects.