Uses of Class
org.springframework.ai.vectorstore.pgvector.PgVectorStore
Packages that use PgVectorStore
Package
Description
Provides the API for embedding observations.
-
Uses of PgVectorStore in org.springframework.ai.vectorstore.pgvector
Methods in org.springframework.ai.vectorstore.pgvector that return PgVectorStore -
Uses of PgVectorStore in org.springframework.ai.vectorstore.pgvector.autoconfigure
Methods in org.springframework.ai.vectorstore.pgvector.autoconfigure that return PgVectorStoreModifier and TypeMethodDescriptionPgVectorStoreAutoConfiguration.vectorStore
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, EmbeddingModel embeddingModel, PgVectorStoreProperties properties, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<VectorStoreObservationConvention> customObservationConvention, BatchingStrategy batchingStrategy)