mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-25 01:40:22 +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.
|