TraversalConfig
org.llm4s.knowledgegraph.storage.TraversalConfig
Configuration for graph traversal operations.
Value parameters
- direction
-
Direction of traversal (Outgoing, Incoming, Both). Controls whether traversal follows outgoing, incoming, or all edges from each node.
- maxDepth
-
Maximum number of hops/edges to traverse from the start node (inclusive)
- visitedNodeIds
-
Optional set of already-visited nodes to exclude
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article