Package org.springframework.ai.vectorstore
package org.springframework.ai.vectorstore
-
ClassDescriptionConfiguration for the Milvus vector store.An enum to configure the distance function used in the Neo4j vector index.Configuration for the Neo4j vector store.Uses 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.A VectorStore implementation backed by Pinecone, a cloud-based vector database.Configuration class for the PineconeVectorStore.Similarity search request builder.Adds simple serialization/deserialization to the data stored in the InMemoryVectorStoreThe
VectorStore
interface defines the operations for managing and querying documents in a vector database.