Skip to content

Commit 5f5d18d

Browse files
committed
minor #408 [Platform][Gemini][Embeddings] Remove comments for dimensions (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform][Gemini][Embeddings] Remove comments for dimensions | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Follows #359 | License | MIT cc `@natewiebe13` Commits ------- 3d07897 [Platform][Gemini][Embeddings] Remove comments for dimensions
2 parents 9088a66 + 3d07897 commit 5f5d18d

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)