SpringVectorStoreRagService

class SpringVectorStoreRagService(vectorStore: <Error class: unknown class>, val description: String) : WritableRagService

RagService wrapping a Spring AI VectorStore.

Constructors

Link copied to clipboard
constructor(vectorStore: <Error class: unknown class>, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String

Human-readable name of the RAG service.

Functions

Link copied to clipboard
open fun accept(documents: List<<Error class: unknown class>>)
Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
open override fun search(ragRequest: RagRequest): RagResponse

Make a RAG request