New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

semantic-chunking

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-chunking - npm Package Versions

234

2.4.3

Diff
jparkerweb
published 2.4.3 •

Changelog

Source

[2.4.3] - 2025-01-30

📦 Updated

  • Updated sentence-parse to v1.3.1 (wont crash on null inputs)
jparkerweb
published 2.4.2 •

Changelog

Source

[2.4.2] - 2025-01-06

📦 Updated

  • Updated sentence splitter to use sentence-parse
jparkerweb
published 2.4.1 •

Changelog

Source

[2.4.1] - 2024-12-15

📦 Updated

  • Updated sentence splitter to use @stdlib/nlp-sentencize
  • Updated embedding cache to use lru-cache
jparkerweb
published 2.4.0 •

Changelog

Source

[2.4.0] - 2024-12-13

✨ Added

  • Added sentenceit function (split by sentence and return embeddings)
jparkerweb
published 2.3.9 •
jparkerweb
published 2.3.8 •
jparkerweb
published 2.3.7 •

Changelog

Source

[2.3.7] - 2024-11-25

📦 Updated

  • Update string-segmenter patch version
jparkerweb
published 2.3.6 •

Changelog

Source

[2.3.6] - 2024-11-18

📦 Updated

  • Update string-segmenter patch version
jparkerweb
published 2.3.5 •

Changelog

Source

[2.3.5] - 2024-11-13

📦 Updated

  • Only print version if logging is enabled (default is false)
    • was adding console noise to upstream applications
jparkerweb
published 2.3.4 •

Changelog

Source

[2.3.4] - 2024-11-12

📦 Updated

  • Updated Web UI to v1.3.1
  • Updated README with Web UI usage examples
  • Updated default values in both the library and Web UI
    • Web UI default can be set in webui/public/default-form-values.js
  • Misc cleanup and optimizations