Uses of Package
org.springframework.ai.vectorstore
Packages that use org.springframework.ai.vectorstore
Package
Description
-
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.neo4jClassDescriptionAn enum to configure the distance function used in the Neo4j vector index.
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.pgvectorClassDescriptionUses the "vector_store" table to store the Spring AI vector data.Defaults to CosineDistance.By default, pgvector performs exact nearest neighbor search, which provides perfect recall.
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.pineconeClassDescriptionA VectorStore implementation backed by Pinecone, a cloud-based vector database.
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.redisClassDescriptionThe RedisVectorStore is for managing and querying vector data in a Redis database.
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.weaviateClassDescriptionA VectorStore implementation backed by Weaviate vector database.https://weaviate.io/developers/weaviate/concepts/replication-architecture/consistency#tunable-consistency-strategies
-
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.vectorsoreClassDescriptionSimilarity search request builder.The
VectorStoreinterface defines the operations for managing and querying documents in a vector database. -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.vectorstoreClassDescriptionConfiguration for the Milvus vector store.An enum to configure the distance function used in the Neo4j vector index.Configuration for the Neo4j vector store.Defaults to CosineDistance.By default, pgvector performs exact nearest neighbor search, which provides perfect recall.Configuration class for the PineconeVectorStore.Configuration for the Redis vector store.Similarity search request builder.The
VectorStoreinterface defines the operations for managing and querying documents in a vector database.Configuration class for the WeaviateVectorStore.https://weaviate.io/developers/weaviate/concepts/replication-architecture/consistency#tunable-consistency-strategies -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.vectorstore.azureClassDescriptionSimilarity search request builder.The
VectorStoreinterface defines the operations for managing and querying documents in a vector database. -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.vectorstore.qdrantClassDescriptionSimilarity search request builder.The
VectorStoreinterface defines the operations for managing and querying documents in a vector database.