We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73ef3e commit f2ce1e4Copy full SHA for f2ce1e4
vertexai/language_models/_language_models.py
@@ -2092,6 +2092,8 @@ class TextEmbeddingInput:
2092
Specifies that the embeddings will be used for question answering.
2093
FACT_VERIFICATION
2094
Specifies that the embeddings will be used for fact verification.
2095
+ CODE_RETRIEVAL_QUERY
2096
+ Specifies that the embeddings will be used for code retrieval.
2097
title: Optional identifier of the text content.
2098
"""
2099
0 commit comments