Skip to content

Commit

Permalink
pinecone[patch]: Bump pinecone dep to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 22, 2024
1 parent b028254 commit d96dd9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.2.0 <0.3.0",
"@pinecone-database/pinecone": "^2.2.0",
"@pinecone-database/pinecone": "^3.0.0",
"flat": "^5.0.2",
"uuid": "^10.0.0"
},
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11587,7 +11587,7 @@ __metadata:
"@langchain/core": ">0.2.0 <0.3.0"
"@langchain/openai": "workspace:*"
"@langchain/scripts": ~0.0.14
"@pinecone-database/pinecone": ^2.2.0
"@pinecone-database/pinecone": ^3.0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
"@tsconfig/recommended": ^1.0.3
Expand Down Expand Up @@ -12732,6 +12732,18 @@ __metadata:
languageName: node
linkType: hard

"@pinecone-database/pinecone@npm:^3.0.0":
version: 3.0.0
resolution: "@pinecone-database/pinecone@npm:3.0.0"
dependencies:
"@sinclair/typebox": ^0.29.0
ajv: ^8.12.0
cross-fetch: ^3.1.5
encoding: ^0.1.13
checksum: 3803c6fead5343e495ccfe177793ed6f58411c2c5efdb1538cdcb0203164ebefb299ed30c8b9c1590d00cafb1dd20e2d06d6b0339159ea237d2939856f377ca9
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down

0 comments on commit d96dd9e

Please sign in to comment.