Package com.embabel.agent.rag
Object RagService.Companion
-
- All Implemented Interfaces:
public class RagService.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RagService.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static RagServiceempty(String name, String description)Return a RAG service that will never return any results final static RagServiceempty(String name)Return a RAG service that will never return any results final static RagServiceempty()Return a RAG service that will never return any results -
-
Method Detail
-
empty
@JvmOverloads() final static RagService empty(String name, String description)
Return a RAG service that will never return any results
-
empty
@JvmOverloads() final static RagService empty(String name)
Return a RAG service that will never return any results
-
empty
@JvmOverloads() final static RagService empty()
Return a RAG service that will never return any results
-
-
-
-