@langchain/textsplitters
Advanced tools
Comparing version 0.1.0-rc.0 to 0.1.0
{ | ||
"name": "@langchain/textsplitters", | ||
"version": "0.1.0-rc.0", | ||
"version": "0.1.0", | ||
"description": "Various implementations of LangChain.js text splitters", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"@langchain/core": ">=0.2.21 <0.4.0 || 0.3.0-rc.0" | ||
"@langchain/core": ">=0.2.21 <0.4.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -8,3 +8,3 @@ # 🦜✂️ @langchain/textsplitters | ||
```bash npm2yarn | ||
npm install @langchain/textsplitters | ||
npm install @langchain/textsplitters @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
59495