| Name | Type | Description |
|---|---|---|
starting_entities* | List[str] | Traversal begins with documents whose _id fields match these strings. |
max_depth | Optional[int] | Default: NoneRecursion continues until no more matching documents are found, or until the operation reaches a recursion depth specified by this parameter. |
rerank_query | Optional[str] | Default: None |
Traverse Graph along relationship edges to find connected entities.
Original text query used for $rerank scoring.
Required when rerank_path is set on the store.