RagService

interface RagService

Central interface for Retrieval-Augmented Generation (RAG) services. Returns entities as well as text chunks.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val name: String

Human-readable name of the RAG service.

Functions

Link copied to clipboard
abstract fun search(ragRequest: RagRequest): RagResponse

Make a RAG request