Skip to content

Commit 2be590a

Browse files
authored
Merge pull request SylphAI-Inc#104 from eltociear/patch-1
chore: update data_components.py
2 parents 3af39f0 + eaf1c12 commit 2be590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightrag/lightrag/components/data_process/data_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def retriever_output_to_context_str(
3333
retriever_output: Union[RetrieverOutput, List[RetrieverOutput]],
3434
deduplicate: bool = False,
3535
) -> str:
36-
r"""The retrieved documents from one or mulitple queries.
36+
r"""The retrieved documents from one or multiple queries.
3737
Deduplicate is especially helpful when you used query expansion.
3838
"""
3939
"""

0 commit comments

Comments
 (0)