Skip to content

Commit

Permalink
[BUG] Fix failing JS CI due to ollama import (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Jan 25, 2025
1 parent abc698e commit cfc330e
Show file tree
Hide file tree
Showing 3 changed files with 5,343 additions and 2,870 deletions.
6 changes: 5 additions & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"@google/generative-ai": "^0.1.1",
"cohere-ai": "^5.0.0 || ^6.0.0 || ^7.0.0",
"openai": "^3.0.0 || ^4.0.0",
"voyageai": "^0.0.3-1"
"voyageai": "^0.0.3-1",
"ollama": "^0.5.0"
},
"peerDependenciesMeta": {
"@google/generative-ai": {
Expand All @@ -85,6 +86,9 @@
},
"voyageai": {
"optional": true
},
"ollama": {
"optional": true
}
}
}
Loading

0 comments on commit cfc330e

Please sign in to comment.