Skip to content

Commit

Permalink
Update js-langchain template to ping langchainjs to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jirispilka committed Oct 25, 2024
1 parent e2d3248 commit fc02a9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/js-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "project-langchain",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "This is a boilerplate of an Apify actor.",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@langchain/community": "^0.2.32",
"@langchain/core": "^0.2.31",
"@langchain/openai": "^0.2.10",
"@langchain/community": "^0.3.9",
"@langchain/core": "^0.3.15",
"@langchain/openai": "^0.3.11",
"apify": "^3.2.6",
"hnswlib-node": "^3.0.0",
"langchain": "^0.2.18",
"langchain": "^0.3.4",
"tar": "^6.1.14"
},
"scripts": {
Expand Down

0 comments on commit fc02a9f

Please sign in to comment.