RepositoryRagService

RagService comparable to a Spring Data repository.

Properties

Link copied to clipboard
abstract val name: String

Human-readable name of the RAG service.

Functions

Link copied to clipboard
abstract fun findById(id: String, label: String, explorationRequest: ExplorationRequest): EntityData?
Link copied to clipboard
abstract fun save(entityData: EntityData): EntityData
Link copied to clipboard
abstract fun search(ragRequest: RagRequest): RagResponse

Make a RAG request