UNPKG

@elpassion/semantic-chunking

Version:

Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).

52 lines (51 loc) 1.33 kB
{ "name": "@elpassion/semantic-chunking", "version": "3.0.2", "description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).", "homepage": "https://www.elpassion.com", "repository": { "type": "git", "url": "https://github.com/elpassion/semantic-chunking.git" }, "bugs": { "url": "https://github.com/elpassion/semantic-chunking/issues", "email": "contact@elpassion.com" }, "main": "chunkit.js", "type": "module", "keywords": [ "semantic", "chunking", "sentence", "similarity", "cosine", "chunk", "rag", "splitting", "transformers", "transformers.js", "emmbeddings", "onnx", "xenova", "text-processing", "nlp", "webui", "ml", "BERT" ], "author": "contact@elpassion.com", "license": "ISC", "scripts": { "example-chunkit": "node ./example/example-chunkit.js", "example-sentenceit": "node ./example/example-sentenceit.js", "example-cramit": "node ./example/example-cramit.js" }, "dependencies": { "@langchain/textsplitters": "^0.1.0", "cli-progress": "^3.12.0", "fs": "^0.0.1-security", "lru-cache": "^11.0.2", "sentence-parse": "^1.3.1", "p-limit": "^6.1.0" } }