WritableRagService

RagService that can accept documents

Inheritors

Properties

Link copied to clipboard
abstract val name: String

Name of the RAG service. Should be unique per application instance. User code may use this to select a RAG service.

Functions

Link copied to clipboard
open fun provision()

Provision this rag service if necessary

Link copied to clipboard
abstract fun search(ragRequest: RagRequest): RagResponse

Make a RAG request

Link copied to clipboard

Write the given content root and its children to the underlying store.