GraphQAResult
org.llm4s.knowledgegraph.query.GraphQAResult
case class GraphQAResult(answer: String, citations: Seq[Citation], entities: Seq[IdentifiedEntity], queryResult: GraphQueryResult)
Result of graph-guided question answering.
Value parameters
- answer
-
The generated answer text
- citations
-
Sources that contributed to the answer
- entities
-
Key entities identified in the question and used for context
- queryResult
-
The raw graph query result used for context
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article