diff --git a/vertexai/language_models/_language_models.py b/vertexai/language_models/_language_models.py index 45d65b824b..e798daae5c 100644 --- a/vertexai/language_models/_language_models.py +++ b/vertexai/language_models/_language_models.py @@ -1969,6 +1969,10 @@ class TextEmbeddingInput: Specifies that the given text will be classified. CLUSTERING Specifies that the embeddings will be used for clustering. + QUESTION_ANSWERING + Specifies that the embeddings will be used for question answering. + FACT_VERIFICATION + Specifies that the embeddings will be used for fact verification. title: Optional identifier of the text content. """