mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00
8 lines
297 B
YAML
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.
|