Uses of Class
org.springframework.ai.vectorstore.SearchRequest
Packages that use SearchRequest
Package
Description
Provides classes for advising chat clients.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides classes for observing and storing vector data.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
-
Uses of SearchRequest in org.springframework.ai.chat.client.advisor
Methods in org.springframework.ai.chat.client.advisor with parameters of type SearchRequestModifier and TypeMethodDescriptionQuestionAnswerAdvisor.Builder.searchRequest
(SearchRequest searchRequest) QuestionAnswerAdvisor.Builder.withSearchRequest
(SearchRequest searchRequest) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.ai.chat.client.advisor with parameters of type SearchRequestModifierConstructorDescriptionQuestionAnswerAdvisor
(VectorStore vectorStore, SearchRequest searchRequest) The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.QuestionAnswerAdvisor
(VectorStore vectorStore, SearchRequest searchRequest, String userTextAdvise) The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.QuestionAnswerAdvisor
(VectorStore vectorStore, SearchRequest searchRequest, String userTextAdvise, boolean protectFromBlocking) The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.QuestionAnswerAdvisor
(VectorStore vectorStore, SearchRequest searchRequest, String userTextAdvise, boolean protectFromBlocking, int order) The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text. -
Uses of SearchRequest in org.springframework.ai.chroma.vectorstore
Methods in org.springframework.ai.chroma.vectorstore with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore
Methods in org.springframework.ai.vectorstore that return SearchRequestModifier and TypeMethodDescriptionSearchRequest.Builder.build()
static SearchRequest
Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.query(String)
instead.SearchRequest.withFilterExpression
(String textExpression) Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.filterExpression(String)
instead.SearchRequest.withFilterExpression
(Filter.Expression expression) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.query(String)
instead.SearchRequest.withSimilarityThreshold
(double threshold) Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.similarityThreshold(double)
instead.SearchRequest.withSimilarityThresholdAll()
Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.similarityThresholdAll()
instead.SearchRequest.withTopK
(int topK) Deprecated, for removal: This API element is subject to removal in a future version.useSearchRequest.Builder.topK(int)
instead.Methods in org.springframework.ai.vectorstore with parameters of type SearchRequestModifier and TypeMethodDescriptionSimpleVectorStore.doSimilaritySearch
(SearchRequest request) static SearchRequest.Builder
SearchRequest.from
(SearchRequest originalSearchRequest) Copy an existingSearchRequest.Builder
instance.VectorStore.similaritySearch
(SearchRequest request) Retrieves documents by query embedding similarity and metadata filters to retrieve exactly the number of nearest-neighbor results that match the request criteria. -
Uses of SearchRequest in org.springframework.ai.vectorstore.azure
Methods in org.springframework.ai.vectorstore.azure with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.cassandra
Methods in org.springframework.ai.vectorstore.cassandra with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.coherence
Methods in org.springframework.ai.vectorstore.coherence with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.cosmosdb
Methods in org.springframework.ai.vectorstore.cosmosdb with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.elasticsearch
Methods in org.springframework.ai.vectorstore.elasticsearch with parameters of type SearchRequestModifier and TypeMethodDescriptionElasticsearchVectorStore.doSimilaritySearch
(SearchRequest searchRequest) -
Uses of SearchRequest in org.springframework.ai.vectorstore.gemfire
Methods in org.springframework.ai.vectorstore.gemfire with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.hanadb
Methods in org.springframework.ai.vectorstore.hanadb with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.mariadb
Methods in org.springframework.ai.vectorstore.mariadb with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.milvus
Methods in org.springframework.ai.vectorstore.milvus with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.mongodb.atlas
Methods in org.springframework.ai.vectorstore.mongodb.atlas with parameters of type SearchRequestModifier and TypeMethodDescriptionMongoDBAtlasVectorStore.doSimilaritySearch
(SearchRequest request) -
Uses of SearchRequest in org.springframework.ai.vectorstore.neo4j
Methods in org.springframework.ai.vectorstore.neo4j with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.observation
Methods in org.springframework.ai.vectorstore.observation that return SearchRequestMethods in org.springframework.ai.vectorstore.observation with parameters of type SearchRequestModifier and TypeMethodDescriptionAbstractObservationVectorStore.doSimilaritySearch
(SearchRequest request) Perform the actual similarity search operation.VectorStoreObservationContext.Builder.queryRequest
(SearchRequest request) void
VectorStoreObservationContext.setQueryRequest
(SearchRequest queryRequest) AbstractObservationVectorStore.similaritySearch
(SearchRequest request) VectorStoreObservationContext.Builder.withQueryRequest
(SearchRequest request) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchRequest in org.springframework.ai.vectorstore.opensearch
Methods in org.springframework.ai.vectorstore.opensearch with parameters of type SearchRequestModifier and TypeMethodDescriptionOpenSearchVectorStore.doSimilaritySearch
(SearchRequest searchRequest) -
Uses of SearchRequest in org.springframework.ai.vectorstore.oracle
Methods in org.springframework.ai.vectorstore.oracle with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.pgvector
Methods in org.springframework.ai.vectorstore.pgvector with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.pinecone
Methods in org.springframework.ai.vectorstore.pinecone with parameters of type SearchRequestModifier and TypeMethodDescriptionPineconeVectorStore.doSimilaritySearch
(SearchRequest request) PineconeVectorStore.similaritySearch
(SearchRequest request, String namespace) -
Uses of SearchRequest in org.springframework.ai.vectorstore.qdrant
Methods in org.springframework.ai.vectorstore.qdrant with parameters of type SearchRequestModifier and TypeMethodDescriptionQdrantVectorStore.doSimilaritySearch
(SearchRequest request) Performs a similarity search on the vector store. -
Uses of SearchRequest in org.springframework.ai.vectorstore.redis
Methods in org.springframework.ai.vectorstore.redis with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.typesense
Methods in org.springframework.ai.vectorstore.typesense with parameters of type SearchRequest -
Uses of SearchRequest in org.springframework.ai.vectorstore.weaviate
Methods in org.springframework.ai.vectorstore.weaviate with parameters of type SearchRequest
QuestionAnswerAdvisor.Builder.searchRequest(SearchRequest)
instead.