create

abstract fun create(operationContext: OperationContext, delegate: RagService, listener: RagEventListener): RagService

Create a new Rag Service for use in a given operation

Parameters

operationContext

context of the operation for which the RAG service is being created. Having the context allows for running LLM operations such as summarization and considering the current AgentProcess.