Ask a question to get started
Enter to sendā¢Shift+Enter new line
Traverse Graph along relationship edges to find connected entities.
related_entities( self, starting_entities: List[str], max_depth: Optional[int] = None ) -> List[Entity]
starting_entities
List[str]
Traversal begins with documents whose _id fields match these strings.
max_depth
Optional[int]
None
Recursion continues until no more matching documents are found, or until the operation reaches a recursion depth specified by this parameter.