Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Dec 13, 2024
1 parent d8037e9 commit c407713
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 92 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-chunking",
"version": "2.3.8",
"version": "2.3.9",
"description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).",
"homepage": "https://www.equilllabs.com/projects/semantic-chunking",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"download-models": "node ./tools/download-models.js"
},
"dependencies": {
"@huggingface/transformers": "^3.0.2",
"@huggingface/transformers": "^3.1.2",
"cli-progress": "^3.12.0",
"fs": "^0.0.1-security",
"string-segmenter": "^1.2.0"
Expand Down
Loading

0 comments on commit c407713

Please sign in to comment.