Skip to content

Commit 43aad56

Browse files
committed
test(NODE-7278): update langchainjs location
1 parent 888ccca commit 43aad56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langchain-js/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ setup_node_and_yarn() {
2727
export npm_config_prefix
2828

2929
npm install --global yarn
30+
corepack enable
3031
}
3132

3233
setup_langchain_integration() {
33-
cd libs/langchain-mongodb
34+
cd libs/providers/langchain-mongodb
3435

3536
yarn install
3637
yarn build

0 commit comments

Comments
 (0)