semantic-chunking
Version:
Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).
20 lines (19 loc) • 400 B
JSON
{
"name": "semantic-chunking-webui",
"version": "1.3.4",
"type": "module",
"description": "Web UI for semantic-chunking library",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}