Class Hierarchy
- java.lang.Object
- org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter (implements org.springframework.ai.vectorstore.filter.FilterExpressionConverter)
- org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
- org.springframework.ai.vectorstore.MilvusFilterExpressionConverter
- org.springframework.ai.vectorstore.MongoDBAtlasFilterExpressionConverter
- org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
- org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
- org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
- org.springframework.ai.vectorstore.ChromaFilterExpressionConverter
- org.springframework.ai.vectorstore.RedisFilterExpressionConverter
- org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
- org.springframework.ai.vectorstore.TypesenseFilterExpressionConverter
- org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
- org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore (implements org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.CassandraVectorStore (implements java.lang.AutoCloseable)
- org.springframework.ai.vectorstore.ChromaVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.CosmosDBVectorStore (implements java.lang.AutoCloseable)
- org.springframework.ai.vectorstore.ElasticsearchVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.GemFireVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.HanaCloudVectorStore
- org.springframework.ai.vectorstore.MilvusVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.MongoDBAtlasVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.Neo4jVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.OpenSearchVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.OracleVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.PgVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.PineconeVectorStore
- org.springframework.ai.vectorstore.RedisVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.SimpleVectorStore
- org.springframework.ai.vectorstore.TypesenseVectorStore (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.ai.vectorstore.WeaviateVectorStore
- org.springframework.ai.vectorstore.CassandraVectorStoreConfig (implements java.lang.AutoCloseable)
- org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.ChromaVectorStore.Builder
- org.springframework.ai.vectorstore.CoherenceFilterExpressionConverter
- org.springframework.ai.vectorstore.CoherenceVectorStore (implements org.springframework.beans.factory.InitializingBean, org.springframework.ai.vectorstore.VectorStore)
- org.springframework.ai.vectorstore.CosmosDBVectorStoreConfig (implements java.lang.AutoCloseable)
- org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
- org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
- org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
- org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig
- org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder
- org.springframework.ai.vectorstore.HanaVectorEntity
- org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig
- org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig
- org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.PgVectorSchemaValidator
- org.springframework.ai.vectorstore.PgVectorStore.Builder
- org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig
- org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
- java.lang.Record
- org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
- org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
- org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
- org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig
- org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.SearchRequest
- org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
- org.springframework.ai.vectorstore.SimpleVectorStore.Similarity
- org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig
- org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig
- org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
- org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter (implements org.springframework.ai.vectorstore.filter.FilterExpressionConverter)
Interface Hierarchy
- java.util.function.Consumer<T>
- org.springframework.ai.document.DocumentWriter
- org.springframework.ai.vectorstore.VectorStore
- org.springframework.ai.document.DocumentWriter
- java.util.function.Function<T,
R> - org.springframework.ai.vectorstore.CassandraVectorStoreConfig.DocumentIdTranslator
- org.springframework.ai.vectorstore.CassandraVectorStoreConfig.PrimaryKeyTranslator
- org.springframework.ai.vectorstore.HanaVectorRepository<T>
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.CassandraVectorStore.Similarity
- org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumnTags
- org.springframework.ai.vectorstore.CoherenceVectorStore.DistanceType
- org.springframework.ai.vectorstore.CoherenceVectorStore.IndexType
- org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
- org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
- org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
- org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
- org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
- org.springframework.ai.vectorstore.RedisVectorStore.Algorithm
- org.springframework.ai.vectorstore.SimilarityFunction
- org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
- org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)