Skip to content

Commit 3a30ee3

Browse files
authored
Update component name in docsrtrings (#8559)
1 parent 14895f6 commit 3a30ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haystack/components/rankers/meta_field_grouping_ranker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class MetaFieldGroupingRanker:
6060

6161
def __init__(self, group_by: str, subgroup_by: Optional[str] = None, sort_docs_by: Optional[str] = None):
6262
"""
63-
Creates an instance of DeepsetMetadataGrouper.
63+
Creates an instance of MetaFieldGroupingRanker.
6464
6565
:param group_by: The metadata key to aggregate the documents by.
6666
:param subgroup_by: The metadata key to aggregate the documents within a group that was created by the

0 commit comments

Comments
 (0)