org.llm4s.knowledgegraph.query.GraphQueryResult
See theGraphQueryResult companion object
case class GraphQueryResult(nodes: Seq[Node], edges: Seq[Edge], paths: Seq[List[Edge]], summary: String)
Result of executing a graph query.
Value parameters
- edges
-
The edges returned by the query (relationships between result nodes)
- nodes
-
The nodes returned by the query
- paths
-
Ordered paths found (for path queries)
- summary
-
A human-readable summary of the result
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article