Uses of Class
org.springframework.ai.openai.OpenAiEmbeddingOptions
Packages that use OpenAiEmbeddingOptions
-
Uses of OpenAiEmbeddingOptions in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiEmbeddingOptions -
Uses of OpenAiEmbeddingOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiEmbeddingOptionsModifier and TypeMethodDescriptionOpenAiEmbeddingOptions.Builder.build()OpenAiEmbeddingModel.getOptions()Gets the embedding options for this model.Methods in org.springframework.ai.openai with parameters of type OpenAiEmbeddingOptionsModifier and TypeMethodDescriptionOpenAiEmbeddingOptions.Builder.from(OpenAiEmbeddingOptions fromOptions) OpenAiEmbeddingModel.Builder.options(@Nullable OpenAiEmbeddingOptions options) Constructors in org.springframework.ai.openai with parameters of type OpenAiEmbeddingOptionsModifierConstructorDescriptionOpenAiEmbeddingModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options) Deprecated.OpenAiEmbeddingModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.in favor ofOpenAiEmbeddingModel.builder()OpenAiEmbeddingModel(@Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options) Deprecated.in favor ofOpenAiEmbeddingModel.builder()OpenAiEmbeddingModel(@Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.in favor ofOpenAiEmbeddingModel.builder()OpenAiEmbeddingModel(@Nullable OpenAiEmbeddingOptions options) Deprecated.in favor ofOpenAiEmbeddingModel.builder()OpenAiEmbeddingModel(@Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.in favor ofOpenAiEmbeddingModel.builder()
OpenAiEmbeddingModel.builder()