From a0b5a0525c570ba8a7738f42ff3fcb801ea0bbad Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Mon, 10 Feb 2025 15:30:52 -0500 Subject: [PATCH] Fixes indentation typo --- libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py b/libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py index efa3422..2cbe7e6 100644 --- a/libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py +++ b/libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py @@ -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.