Skip to content

Commit

Permalink
Fixes indentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyclements committed Feb 10, 2025
1 parent a4d5e0b commit a0b5a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def related_entities(
Args:
starting_entities: Traversal begins with documents whose _id fields match these strings.
max_depth: Recursion continues until no more matching documents are found,
or until the operation reaches a recursion depth specified by the maxDepth parameter
or until the operation reaches a recursion depth specified by this parameter.
Returns:
List of connected entities.
Expand Down

0 comments on commit a0b5a05

Please sign in to comment.