@langchain/pinecone
Advanced tools
Comparing version 0.0.9 to 0.1.0
{ | ||
"name": "@langchain/pinecone", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "LangChain integration for Pinecone's vector database", | ||
@@ -18,7 +18,3 @@ "type": "module", | ||
"build": "yarn turbo:command build:internal --filter=@langchain/pinecone", | ||
"build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking", | ||
"build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests", | ||
"build:cjs": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist-cjs/ -p tsconfig.cjs.json && yarn move-cjs-to-dist && rm -rf dist-cjs", | ||
"build:watch": "yarn create-entrypoints && tsc --outDir dist/ --watch", | ||
"build:scripts": "yarn create-entrypoints && yarn check-tree-shaking", | ||
"build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking", | ||
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/", | ||
@@ -35,6 +31,3 @@ "lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts", | ||
"format": "prettier --config .prettierrc --write \"src\"", | ||
"format:check": "prettier --config .prettierrc --check \"src\"", | ||
"move-cjs-to-dist": "yarn lc-build --config ./langchain.config.js --move-cjs-dist", | ||
"create-entrypoints": "yarn lc-build --config ./langchain.config.js --create-entrypoints", | ||
"check-tree-shaking": "yarn lc-build --config ./langchain.config.js --tree-shaking" | ||
"format:check": "prettier --config .prettierrc --check \"src\"" | ||
}, | ||
@@ -44,3 +37,2 @@ "author": "Pinecone, Inc", | ||
"dependencies": { | ||
"@langchain/core": ">0.2.0 <0.3.0", | ||
"@pinecone-database/pinecone": "^3.0.0", | ||
@@ -50,7 +42,11 @@ "flat": "^5.0.2", | ||
}, | ||
"peerDependencies": { | ||
"@langchain/core": ">=0.2.21 <0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@faker-js/faker": "^8.3.1", | ||
"@jest/globals": "^29.5.0", | ||
"@langchain/core": "workspace:*", | ||
"@langchain/openai": "workspace:*", | ||
"@langchain/scripts": "~0.0.20", | ||
"@langchain/scripts": ">=0.1.0 <0.2.0", | ||
"@swc/core": "^1.3.90", | ||
@@ -57,0 +53,0 @@ "@swc/jest": "^0.2.29", |
@@ -8,3 +8,3 @@ # @langchain/pinecone | ||
```bash npm2yarn | ||
npm install @langchain/pinecone | ||
npm install @langchain/pinecone @langchain/core | ||
``` | ||
@@ -11,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54777
26
+ Added@cfworker/json-schema@4.0.3(transitive)
+ Added@langchain/core@0.3.23(transitive)
+ Addedlangsmith@0.2.13(transitive)
- Removed@langchain/core@>0.2.0 <0.3.0
- Removed@langchain/core@0.2.36(transitive)
- Removedlangsmith@0.1.68(transitive)