Rag Service Enhancer
interface RagServiceEnhancer
Given a RAG service, create an enhanced RAG service for use in a particular operation.
Functions
Link copied to clipboard
abstract fun create(operationContext: OperationContext, delegate: RagService, listener: RagEventListener): RagService
Create a new Rag Service for use in a given operation