fix: update langchainjs (#2136)

quick update of the langchainjs example to quiet down some dependency security scanner noise

Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
Dave 2024-04-25 18:47:35 -04:00 committed by GitHub
parent c8dd8e5ef4
commit eed285f9de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1407 additions and 255 deletions

View file

@ -1,6 +1,6 @@
{
"name": "langchainjs-localai-example",
"version": "0.1.0",
"version": "0.1.1",
"description": "Trivial Example of using langchain + the OpenAI API + LocalAI together",
"main": "index.mjs",
"scripts": {
@ -15,7 +15,11 @@
"typescript": "^5.0.4"
},
"dependencies": {
"langchain": "^0.0.67",
"typeorm": "^0.3.15"
"@langchain/community": "^0.0.52",
"@langchain/openai": "^0.0.28",
"langchain": "^0.1.36"
},
"overrides": {
"@langchain/core": "0.1.5"
}
}