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 Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass Any
Members list
In this article