RagResponse

interface RagResponse

Response to a RAG request. Embabel RagResponses can contain results from multiple RAG services. Results are not necessarily chunks, but can be entities.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val results: List<<Error class: unknown class><out Retrievable>>
Link copied to clipboard
abstract val service: String

RAG service that produced this result