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 9088a66 commit 3d07897Copy full SHA for 3d07897
src/platform/src/Bridge/Gemini/Embeddings.php
@@ -20,11 +20,8 @@
20
*/
21
class Embeddings extends Model
22
{
23
- /** Supported dimensions: 3072, 1536, or 768 */
24
public const GEMINI_EMBEDDING_EXP_03_07 = 'gemini-embedding-exp-03-07';
25
- /** Fixed 768 dimensions */
26
public const TEXT_EMBEDDING_004 = 'text-embedding-004';
27
28
public const EMBEDDING_001 = 'embedding-001';
29
30
/**
0 commit comments