Skip to content

Commit 3d07897

Browse files
committed
[Platform][Gemini][Embeddings] Remove comments for dimensions
1 parent 9088a66 commit 3d07897

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/platform/src/Bridge/Gemini/Embeddings.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
*/
2121
class Embeddings extends Model
2222
{
23-
/** Supported dimensions: 3072, 1536, or 768 */
2423
public const GEMINI_EMBEDDING_EXP_03_07 = 'gemini-embedding-exp-03-07';
25-
/** Fixed 768 dimensions */
2624
public const TEXT_EMBEDDING_004 = 'text-embedding-004';
27-
/** Fixed 768 dimensions */
2825
public const EMBEDDING_001 = 'embedding-001';
2926

3027
/**

0 commit comments

Comments
 (0)