Package org.springframework.ai.rag.retrieval.search
@NonNullApi
@NonNullFields
package org.springframework.ai.rag.retrieval.search
RAG Sub-Module: Document Search.
-
ClassDescriptionComponent responsible for retrieving
Document
s from an underlying data source, such as a search engine, a vector store, a database, or a knowledge graph.Retrieves documents from a vector store that are semantically similar to the input query.Builder forVectorStoreDocumentRetriever
.