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.milvusClassDescriptionThe
VectorStore
interface defines the operations for managing and querying documents in a vector database. -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.pgvectorClassDescriptionDefaults to CosineDistance.By default, pgvector performs exact nearest neighbor search, which provides perfect recall.The
VectorStore
interface defines the operations for managing and querying documents in a vector database. -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.autoconfigure.vectorstore.pineconeClassDescriptionThe
VectorStore
interface defines the operations for managing and querying documents in a vector database. -
Classes in org.springframework.ai.vectorstore used by org.springframework.ai.retrieverClassDescriptionThe
VectorStore
interface 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.Similarity search request builder.The
VectorStore
interface defines the operations for managing and querying documents in a vector database.