Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vectra

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vectra - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

lib/TextSplitter.js

@@ -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;

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc