Uses of Class
org.springframework.ai.google.genai.text.GoogleGenAiTextEmbeddingOptions
Packages that use GoogleGenAiTextEmbeddingOptions
Package
Description
-
Uses of GoogleGenAiTextEmbeddingOptions in org.springframework.ai.google.genai.text
Fields in org.springframework.ai.google.genai.text declared as GoogleGenAiTextEmbeddingOptionsMethods in org.springframework.ai.google.genai.text that return GoogleGenAiTextEmbeddingOptionsMethods in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptionsModifier and TypeMethodDescriptionGoogleGenAiTextEmbeddingOptions.Builder.from(GoogleGenAiTextEmbeddingOptions fromOptions) Constructors in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptionsModifierConstructorDescriptionGoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions) GoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions, org.springframework.core.retry.RetryTemplate retryTemplate) GoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of GoogleGenAiTextEmbeddingOptions in org.springframework.ai.model.google.genai.autoconfigure.embedding
Methods in org.springframework.ai.model.google.genai.autoconfigure.embedding that return GoogleGenAiTextEmbeddingOptions