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 Serializable
trait Product
trait Equals
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