Package org.springframework.ai.vectorstore
@NonNullApi
@NonNullFields
package org.springframework.ai.vectorstore
-
ClassDescriptionAbstractVectorStoreBuilder<T extends AbstractVectorStoreBuilder<T>>Abstract base builder implementing common builder functionality for
VectorStore
.Choose whether the Vector store should prioritize recall or latency when returning similar vectors in search results.Choose the method to calculate the similarity between the vector embedding in a Vector Search index and the vector embedding in a Vector Search query.Similarity search request.SearchRequest Builder.SimpleVectorStore is a simple implementation of the VectorStore interface.An immutableContent
implementation representing content, metadata, and its embeddings.TheVectorStore
interface defines the operations for managing and querying documents in a vector database.VectorStore.Builder<T extends VectorStore.Builder<T>>Builder interface for creating VectorStore instances.