Skip to content

Commit

Permalink
test: Updated langchain versioned tests to separate the vectorstore a…
Browse files Browse the repository at this point in the history
…nd other tests. This is to avoid peer resolution of `@langchain/community` package that is being used to test the elasticsearch vectorstore (#2216)
  • Loading branch information
bizob2828 authored May 28, 2024
1 parent 8b030fb commit e768955
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions test/versioned/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,23 @@
},
"dependencies": {
"@langchain/core": ">=0.1.17",
"@langchain/openai": "latest",
"@langchain/community": "latest",
"@elastic/elasticsearch": "latest"
"@langchain/openai": "0.0.34"
},
"files": [
"tools.tap.js",
"runnables.tap.js",
"runnables-streaming.tap.js"
]
},
{
"engines": {
"node": ">=18"
},
"dependencies": {
"@langchain/core": ">=0.1.17",
"@langchain/openai": "0.0.34",
"@langchain/community": "0.2.2",
"@elastic/elasticsearch": "8.13.1"
},
"files": [
"tools.tap.js",
Expand Down

0 comments on commit e768955

Please sign in to comment.