Uses of Class
org.springframework.ai.google.genai.embedding.GoogleGenAiEmbeddingConnectionDetails
Packages that use GoogleGenAiEmbeddingConnectionDetails
Package
Description
-
Uses of GoogleGenAiEmbeddingConnectionDetails in org.springframework.ai.google.genai.embedding
Methods in org.springframework.ai.google.genai.embedding that return GoogleGenAiEmbeddingConnectionDetails -
Uses of GoogleGenAiEmbeddingConnectionDetails in org.springframework.ai.google.genai.text
Constructors in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiEmbeddingConnectionDetailsModifierConstructorDescriptionGoogleGenAiTextEmbeddingModel(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 GoogleGenAiEmbeddingConnectionDetails in org.springframework.ai.model.google.genai.autoconfigure.embedding
Methods in org.springframework.ai.model.google.genai.autoconfigure.embedding that return GoogleGenAiEmbeddingConnectionDetailsModifier and TypeMethodDescriptionGoogleGenAiEmbeddingConnectionAutoConfiguration.googleGenAiEmbeddingConnectionDetails(GoogleGenAiEmbeddingConnectionProperties connectionProperties) Methods in org.springframework.ai.model.google.genai.autoconfigure.embedding with parameters of type GoogleGenAiEmbeddingConnectionDetailsModifier and TypeMethodDescriptionGoogleGenAiTextEmbeddingAutoConfiguration.googleGenAiTextEmbedding(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingProperties textEmbeddingProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.core.retry.RetryTemplate> retryTemplate, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<EmbeddingModelObservationConvention> observationConvention)