Uses of Package
org.springframework.ai.rag.retrieval.search
Package
Description
Provides classes for advising chat clients.
RAG Sub-Module: Query Router.
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. -
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. -
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
.