Skip to content

Commit 4d1c085

Browse files
Chahat-ChughChahat chugh
andauthored
fix(component): use cheap llm for similar prompts stored in cache (#7)
* use cheap llm for similar prompts stored in cache * change versions of langchain and langchain/core to fix vulnerabilities --------- Co-authored-by: Chahat chugh <chahat.chugh@Chahat-SFIN953.local>
1 parent 9bd6125 commit 4d1c085

File tree

4 files changed

+386
-15
lines changed

4 files changed

+386
-15
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@
127127
},
128128
"dependencies": {
129129
"@langchain/community": "^0.3.50",
130-
"@langchain/core": "^0.3.75",
130+
"@langchain/core": "^0.3.80",
131131
"@langchain/langgraph": "^0.4.4",
132132
"@loopback/repository": "^7.0.14",
133133
"@sourceloop/chat-service": "15.0.3",
134134
"@sourceloop/core": "17.0.3",
135135
"@sourceloop/file-utils": "0.3.7",
136-
"langchain": "^0.3.30",
136+
"langchain": "^0.3.37",
137137
"loopback4-authentication": "^12.2.0",
138138
"loopback4-authorization": "^7.0.3",
139139
"tslib": "^2.8.0",

0 commit comments

Comments
 (0)