ConsensusRagService

Rag service that combines multiple RagServices and returns the best results

Constructors

Link copied to clipboard
constructor(ragServices: List<RagService>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String

Human-readable name of the RAG service.

Functions

Link copied to clipboard
open fun accept(documents: List<<Error class: unknown class>>)
Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
open override fun search(ragRequest: RagRequest): RagResponse

Make a RAG request