Class Hierarchy
- java.lang.Object
- org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore (implements org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.SimpleVectorStore
- org.springframework.ai.vectorstore.AbstractVectorStoreBuilder<T> (implements org.springframework.ai.vectorstore.VectorStore.Builder<T>)
- org.springframework.ai.vectorstore.SimpleVectorStore.SimpleVectorStoreBuilder
- org.springframework.ai.vectorstore.SearchRequest
- org.springframework.ai.vectorstore.SearchRequest.Builder
- org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
- org.springframework.ai.vectorstore.SimpleVectorStoreContent (implements org.springframework.ai.model.Content)
- org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore (implements org.springframework.ai.vectorstore.VectorStore)
Interface Hierarchy
- java.util.function.Consumer<T>
- org.springframework.ai.document.DocumentWriter
- org.springframework.ai.vectorstore.VectorStore
- org.springframework.ai.document.DocumentWriter
- org.springframework.ai.vectorstore.VectorStore.Builder<T>