Uses of Class
org.springframework.ai.vectorstore.oracle.OracleVectorStore.Builder
Packages that use OracleVectorStore.Builder
Package
Description
Provides the API for embedding observations.
-
Uses of OracleVectorStore.Builder in org.springframework.ai.vectorstore.oracle
Methods in org.springframework.ai.vectorstore.oracle that return OracleVectorStore.BuilderModifier and TypeMethodDescriptionOracleVectorStore.Builder.batchingStrategy
(BatchingStrategy batchingStrategy) Sets the batching strategy for vector operations.static OracleVectorStore.Builder
OracleVectorStore.builder
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, EmbeddingModel embeddingModel) OracleVectorStore.Builder.dimensions
(int dimensions) Sets the number of dimensions for the vector space.OracleVectorStore.Builder.distanceType
(OracleVectorStore.OracleVectorStoreDistanceType distanceType) Sets the distance type for vector similarity calculations.OracleVectorStore.Builder.forcedNormalization
(boolean forcedNormalization) Sets whether to force vector normalization.OracleVectorStore.Builder.indexType
(OracleVectorStore.OracleVectorStoreIndexType indexType) Sets the vector index type.OracleVectorStore.Builder.initializeSchema
(boolean initializeSchema) Sets whether to initialize the database schema.OracleVectorStore.Builder.removeExistingVectorStoreTable
(boolean removeExistingVectorStoreTable) Sets whether to remove existing vector store table before initialization.OracleVectorStore.Builder.searchAccuracy
(int searchAccuracy) Sets the search accuracy parameter.Sets the table name for vector storage.Constructors in org.springframework.ai.vectorstore.oracle with parameters of type OracleVectorStore.BuilderModifierConstructorDescriptionprotected
Protected constructor that accepts a builder instance.