GraphFilter
org.llm4s.knowledgegraph.storage.GraphFilter
case class GraphFilter(nodeLabel: Option[String], relationshipType: Option[String], propertyKey: Option[String], propertyValue: Option[String])
Filter criteria for graph queries.
Value parameters
- nodeLabel
-
Optional filter by node label
- propertyKey
-
Optional property name to filter by
- propertyValue
-
Optional property value to filter by (compared as string)
- relationshipType
-
Optional filter by relationship type
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article