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
.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.