View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig (google_api_retail v0.16.0)
Config that turns on usage of llm embeddings as features to the model. Embeddings leverage unstructured text fields like description and title.
Attributes
-
llmEmbeddingVersion(type:String.t, default:nil) - Optional. The LLM embedding version to use. Currently onlyv0is supported. If not specified, feature will not be turned on.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig{ llmEmbeddingVersion: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.