Skip to content

Commit

Permalink
reno
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 19, 2024
1 parent 813b59e commit f7d8f3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/dataclasses/sparse_embedding.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, TypedDict
from typing import List


class SparseEmbedding:
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/sparse-embedding-fd55b670437492be.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
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.

0 comments on commit f7d8f3d

Please sign in to comment.