Package com.embabel.agent.rag
Interface RagServiceEnhancer
-
- All Implemented Interfaces:
public interface RagServiceEnhancerGiven a RAG service, create an enhanced RAG service for use in a particular operation.
-
-
Method Summary
Modifier and Type Method Description abstract RagServicecreate(OperationContext operationContext, RagService delegate, RagEventListener listener)Create a new Rag Service for use in a given operation -
-
Method Detail
-
create
abstract RagService create(OperationContext operationContext, RagService delegate, RagEventListener listener)
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.
-
-
-
-