We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af39f0 + eaf1c12 commit 2be590aCopy full SHA for 2be590a
lightrag/lightrag/components/data_process/data_components.py
@@ -33,7 +33,7 @@ def retriever_output_to_context_str(
33
retriever_output: Union[RetrieverOutput, List[RetrieverOutput]],
34
deduplicate: bool = False,
35
) -> str:
36
- r"""The retrieved documents from one or mulitple queries.
+ r"""The retrieved documents from one or multiple queries.
37
Deduplicate is especially helpful when you used query expansion.
38
"""
39
0 commit comments