You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/spring-ai-google-genai-embedding/src/main/java/org/springframework/ai/google/genai/text/GoogleGenAiTextEmbeddingOptions.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ public void setAutoTruncate(Boolean autoTruncate) {
133
133
publicenumTaskType {
134
134
135
135
/**
136
-
* Specifies the given text is a document in a search/retrieval setting.
136
+
* Specifies the given text is a query in a search/retrieval setting.
137
137
*/
138
138
RETRIEVAL_QUERY,
139
139
140
140
/**
141
-
* Specifies the given text is a query in a search/retrieval setting.
141
+
* Specifies the given text is a document in a search/retrieval setting.
0 commit comments