Skip to content

Commit

Permalink
fix: Validate embedding output dimensionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1premium authored and iennae committed Jul 11, 2024
1 parent 6b70ba1 commit afe1bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"*.js"
],
"scripts": {
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*embeddings*.js"
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^3.0.0",
Expand Down

0 comments on commit afe1bc5

Please sign in to comment.