Stevenic / vectra

Vectra is a local vector database for Node.js with features similar to pinecone but built using local files.
MIT License
321 stars 29 forks source link

fix TextSplitter bug #19

Closed singhk97 closed 9 months ago

singhk97 commented 9 months ago

tokens.slice(tokens.length) always returns the empty array.