Skip to content

Commit

Permalink
Merge branch 'main' into li
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Jul 12, 2024
2 parents da3d254 + e526d57 commit dae03e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/get_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can use the following import:

.. code-block:: python
from lightrag.utils import setup_env()
from lightrag.utils import setup_env
setup_env()
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/component.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To add even more flexibility, we provide :class:`FunComponent<core.component.Fun



Searalization and deserialization
Serialization and deserialization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We provide the ``is_pickable`` method to check if the component is pickable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def retriever_output_to_context_str(
retriever_output: Union[RetrieverOutput, List[RetrieverOutput]],
deduplicate: bool = False,
) -> str:
r"""The retrieved documents from one or mulitple queries.
r"""The retrieved documents from one or multiple queries.
Deduplicate is especially helpful when you used query expansion.
"""
"""
Expand Down

0 comments on commit dae03e9

Please sign in to comment.