Class LlmEmbeddingConfig (1.22.0)

LlmEmbeddingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config that turns on usage of llm embeddings as features to the model. Embeddings leverage unstructured text fields like description and title.

Attribute

Name Description
llm_embedding_version str
Optional. The LLM embedding version to use. Currently only v0 is supported. If not specified, feature will not be turned on.