Package-level declarations

Types

Link copied to clipboard

Rag service that combines multiple RagServices and returns the best results

Link copied to clipboard
class DocumentSimilarityResult(document: <Error class: unknown class>, val score: <Error class: unknown class>)
Link copied to clipboard
@ApiStatus.Experimental
class SpringVectorStoreRagService(vectorStore: <Error class: unknown class>, val description: String) : WritableRagService

RagService wrapping a Spring AI VectorStore.