semantic-chunking
Version:
Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).
21 lines (20 loc) • 473 B
JSON
{
"name": "semantic-chunking-webui",
"version": "1.3.5",
"type": "module",
"description": "Web UI for semantic-chunking library",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"clean": "npx rimraf node_modules package-lock.json && npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.0.1",
"express": "^4.21.2"
}
}