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) Constructors in org.springframework.ai.openai with parameters of type OpenAiEmbeddingOptionsModifierConstructorDescriptionOpenAiEmbeddingModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options) Creates a new OpenAiEmbeddingModel with all configuration options.OpenAiEmbeddingModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new OpenAiEmbeddingModel with all configuration options.OpenAiEmbeddingModel(@Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options) Creates a new OpenAiEmbeddingModel with the given metadata mode and options.OpenAiEmbeddingModel(@Nullable MetadataMode metadataMode, @Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new OpenAiEmbeddingModel with the given metadata mode, options, and observation registry.OpenAiEmbeddingModel(@Nullable OpenAiEmbeddingOptions options) Creates a new OpenAiEmbeddingModel with the given options.OpenAiEmbeddingModel(@Nullable OpenAiEmbeddingOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new OpenAiEmbeddingModel with the given options and observation registry.