Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Nov 8, 2024
1 parent 991b424 commit 660d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama_utils/retrieval/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def add_documents(
generate_id: bool = True,
update: bool = False,
):
"""Add node to the store.
"""Add node/documents to the store.
The `add_documents` method adds a node to the store. The node's id is a sha256 hash generated based on the
node's text content. if the `update` parameter is True and the nodes already exist the existing node will
Expand Down

0 comments on commit 660d03f

Please sign in to comment.