We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14895f6 commit 3a30ee3Copy full SHA for 3a30ee3
haystack/components/rankers/meta_field_grouping_ranker.py
@@ -60,7 +60,7 @@ class MetaFieldGroupingRanker:
60
61
def __init__(self, group_by: str, subgroup_by: Optional[str] = None, sort_docs_by: Optional[str] = None):
62
"""
63
- Creates an instance of DeepsetMetadataGrouper.
+ Creates an instance of MetaFieldGroupingRanker.
64
65
:param group_by: The metadata key to aggregate the documents by.
66
:param subgroup_by: The metadata key to aggregate the documents within a group that was created by the
0 commit comments