haystack/releasenotes/notes/sparse-embedding-fd55b670437492be.yaml
Stefano Fiorucci dbfd351da7
feat: introduce SparseEmbedding (#7382)
* introduce SparseEmbedding

* reno

* add to pydoc config
2024-03-19 18:04:16 +01:00

8 lines
297 B
YAML

---
features:
- |
Introduce a new `SparseEmbedding` class which can be used to store a sparse
vector representation of a Document.
It will be instrumental to support Sparse Embedding Retrieval with
the subsequent introduction of Sparse Embedders and Sparse Embedding Retrievers.