Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: Updated langchain versioned tests to separate the vectorstore a…
…nd other tests. This is to avoid peer resolution of `@langchain/community` package that is being used to test the elasticsearch vectorstore
  • Loading branch information
bizob2828 committed May 28, 2024
commit e99ba02dd7bb03a48d5757af4a2cf28bd301bdae
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