RagFacet

interface RagFacet<R : Retrievable>

A facet of a RAG service. A facet can be searched independently, and returns results of a particular type. A FacetedRagService combines results from multiple facets.

Inheritors

Functions

Link copied to clipboard
abstract fun search(ragRequest: RagRequest): RagFacetResults<R>