Skip to content

Commit afe1bc5

Browse files
lee1premium-2024iennae
authored andcommitted
fix: Validate embedding output dimensionality.
1 parent 6b70ba1 commit afe1bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"*.js"
1111
],
1212
"scripts": {
13-
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*embeddings*.js"
13+
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js"
1414
},
1515
"dependencies": {
1616
"@google-cloud/aiplatform": "^3.0.0",

0 commit comments

Comments
 (0)