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: src/ai/integrations/embedding-gemini.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Create a table with a vector field that uses the `gemini-embedding-001` model to
173
173
LIMIT 2;
174
174
```
175
175
176
-
## Controlling embedding dimensions
176
+
## Custom embedding dimensions
177
177
178
178
The `gemini-embedding-001` model supports flexible vector dimensions through Matryoshka Representation Learning (MRL). You can specify the desired dimensions in your embedding function:
0 commit comments