Comparing version 0.6.0 to 0.7.0
@@ -135,2 +135,3 @@ "use strict"; | ||
currentChunk.text += separator + chunk.text; | ||
currentChunk.endPos = chunk.endPos; | ||
currentChunk.tokens.push(...chunk.tokens); | ||
@@ -137,0 +138,0 @@ currentLength += chunk.tokens.length; |
@@ -5,3 +5,3 @@ { | ||
"description": "A vector database that uses the local file system for storage.", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -156,2 +156,3 @@ import { GPT3Tokenizer } from "./GPT3Tokenizer"; | ||
currentChunk.text += separator + chunk.text; | ||
currentChunk.endPos = chunk.endPos; | ||
currentChunk.tokens.push(...chunk.tokens); | ||
@@ -158,0 +159,0 @@ currentLength += chunk.tokens.length; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
348179
6445