FindPath

org.llm4s.knowledgegraph.query.GraphQuery.FindPath
case class FindPath(fromNodeId: String, toNodeId: String, maxHops: Int) extends GraphQuery

Find a path between two nodes.

Value parameters

fromNodeId

The starting node ID

maxHops

Maximum number of hops to search

toNodeId

The target node ID

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GraphQuery
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product