Skip to content

Commit

Permalink
Update haystack/components/rankers/metadata_grouper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
davidsbatista and dfokina authored Nov 11, 2024
1 parent a546939 commit 40bece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/rankers/metadata_grouper.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def run(self, documents: List[Document]) -> Dict[str, Any]:
"""
Groups the provided list of documents based on the `group_by` parameter and optionally the `subgroup_by`.
The output is a list of documents re-ordered based on how they were grouped.
The output is a list of documents reordered based on how they were grouped.
:param documents: The list of documents to group.
:returns:
Expand Down

0 comments on commit 40bece7

Please sign in to comment.