rag

open fun rag(): RagService

Return the default RagService, appropriately configured for this context


abstract fun rag(service: String?): RagService

Return the RagService for the given service name appropriately configured for this context, or throw an exception if not found.

Parameters

service

the service name, or null for default