Uses of Enum Class
org.springframework.ai.openai.OpenAiEmbeddingOptions.EncodingFormat
Packages that use OpenAiEmbeddingOptions.EncodingFormat
-
Uses of OpenAiEmbeddingOptions.EncodingFormat in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiEmbeddingOptions.EncodingFormatModifier and TypeMethodDescription@Nullable OpenAiEmbeddingOptions.EncodingFormatOpenAiEmbeddingProperties.getEncodingFormat()@Nullable OpenAiEmbeddingOptions.EncodingFormatOpenAiEmbeddingProperties.Options.getEncodingFormat()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.ai.model.openai.autoconfigure with parameters of type OpenAiEmbeddingOptions.EncodingFormatModifier and TypeMethodDescriptionvoidOpenAiEmbeddingProperties.Options.setEncodingFormat(@Nullable OpenAiEmbeddingOptions.EncodingFormat encodingFormat) voidOpenAiEmbeddingProperties.setEncodingFormat(@Nullable OpenAiEmbeddingOptions.EncodingFormat encodingFormat) -
Uses of OpenAiEmbeddingOptions.EncodingFormat in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiEmbeddingOptions.EncodingFormatModifier and TypeMethodDescription@Nullable OpenAiEmbeddingOptions.EncodingFormatOpenAiEmbeddingOptions.getEncodingFormat()Returns the enum constant of this class with the specified name.OpenAiEmbeddingOptions.EncodingFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai with parameters of type OpenAiEmbeddingOptions.EncodingFormatModifier and TypeMethodDescriptionOpenAiEmbeddingOptions.Builder.encodingFormat(@Nullable OpenAiEmbeddingOptions.EncodingFormat encodingFormat) Constructors in org.springframework.ai.openai with parameters of type OpenAiEmbeddingOptions.EncodingFormatModifierConstructorDescriptionprotectedOpenAiEmbeddingOptions(@Nullable String baseUrl, @Nullable String apiKey, @Nullable com.openai.credential.Credential credential, @Nullable String model, @Nullable String microsoftDeploymentName, @Nullable com.openai.azure.AzureOpenAIServiceVersion microsoftFoundryServiceVersion, @Nullable String organizationId, @Nullable Boolean isMicrosoftFoundry, @Nullable Boolean isGitHubModels, @Nullable Duration timeout, @Nullable Integer maxRetries, @Nullable Proxy proxy, @Nullable Map<String, String> customHeaders, @Nullable String user, @Nullable OpenAiEmbeddingOptions.EncodingFormat encodingFormat, @Nullable Integer dimensions)