Class Hierarchy
- java.lang.Object
- org.springframework.ai.vectorstore.InMemoryVectorStore (implements org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.SimplePersistentVectorStore
- org.springframework.ai.vectorstore.InMemoryVectorStore.EmbeddingMath
- org.springframework.ai.vectorstore.InMemoryVectorStore.Similarity
- org.springframework.ai.vectorstore.MilvusVectorStore (implements org.springframework.beans.factory.InitializingBean, org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig
- org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.Neo4jVectorStore (implements org.springframework.beans.factory.InitializingBean, org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.PgVectorStore (implements org.springframework.beans.factory.InitializingBean, org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.PineconeVectorStore (implements org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig
- org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.SearchRequest
- org.springframework.ai.vectorstore.InMemoryVectorStore (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
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
- org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
- org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)