Skip to content

Commit

Permalink
chore: Update langchain packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed May 16, 2024
1 parent e207789 commit a9aaac5
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 180 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@fastify/swagger-ui": "^3.0.0",
"@fastify/under-pressure": "^8.3.0",
"@fastify/websocket": "^9.0.0",
"@langchain/anthropic": "^0.1.17",
"@langchain/azure-openai": "^0.0.8",
"@langchain/cohere": "^0.0.8",
"@langchain/community": "^0.0.56",
"@langchain/core": "^0.1.62",
"@langchain/google-genai": "^0.0.12",
"@langchain/mistralai": "^0.0.19",
"@langchain/openai": "^0.0.28",
"@langchain/anthropic": "^0.1.19",
"@langchain/azure-openai": "^0.0.9",
"@langchain/cohere": "^0.0.9",
"@langchain/community": "^0.0.57",
"@langchain/core": "^0.1.63",
"@langchain/google-genai": "^0.0.13",
"@langchain/mistralai": "^0.0.20",
"@langchain/openai": "^0.0.31",
"@mgcrea/fastify-request-logger": "^1.5.0",
"@mgcrea/pino-pretty-compact": "^1.3.0",
"@qdrant/js-client-rest": "^1.9.0",
Expand All @@ -84,7 +84,7 @@
"get-port-please": "^3.1.2",
"html-to-text": "^9.0.5",
"is-docker": "^3.0.0",
"js-tiktoken": "^1.0.11",
"js-tiktoken": "^1.0.12",
"langchain": "^0.1.37",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
Expand All @@ -102,10 +102,10 @@
"zod-to-json-schema": "^3.23.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@antfu/eslint-config": "^2.18.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/lodash": "^4.17.3",
"@types/node": "^20.12.12",
"@types/nodemon": "^1.19.6",
"@types/qs": "^6.9.15",
"@types/ws": "^8.5.10",
Expand All @@ -117,7 +117,7 @@
"magicast": "^0.3.4",
"nodemon": "^3.1.0",
"tsup": "^8.0.2",
"tsx": "^4.10.2",
"tsx": "^4.10.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite-tsconfig-paths": "^4.3.2",
Expand Down
Loading

0 comments on commit a9aaac5

Please sign in to comment.