Citation
org.llm4s.knowledgegraph.query.Citation
case class Citation(nodeId: String, nodeLabel: String, relationship: Option[String], property: String, value: String)
A citation tracking which graph element contributed to the answer.
Value parameters
- nodeId
-
The ID of the contributing node
- nodeLabel
-
The label of the contributing node
- property
-
The specific property that was cited
- relationship
-
Optional relationship that connected this information
- value
-
The cited value
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article