Uses of Enum Class
org.springframework.ai.openai.OpenAiEmbeddingOptions.EncodingFormat
Packages that use OpenAiEmbeddingOptions.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, @Nullable Map<String, Object> extraBody)