FindNodes

org.llm4s.knowledgegraph.query.GraphQuery.FindNodes
case class FindNodes(label: Option[String], properties: Map[String, String]) extends GraphQuery

Find nodes matching a label and/or property criteria.

Value parameters

label

Optional node label filter (e.g., "Person", "Organization")

properties

Optional property key-value pairs to match

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