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 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