chunk-match
Version:
NodeJS library that semantically chunks text and matches it against a user query using cosine similarity for precise and relevant text retrieval
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "chunk-match-webui",
"version": "1.1.3",
"type": "module",
"description": "Web UI for chunk-match library",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jparkerweb/chunk-match.git"
},
"keywords": [
"semantic",
"chunking",
"text-chunking",
"semantic-chunking",
"semantic-analysis",
"cosine-similarity",
"text-similarity",
"query-matching",
"text-matching",
"text-embedding",
"natural-language-processing",
"nlp",
"information-retrieval",
"nodejs",
"javascript",
"search",
"text-analysis",
"data-matching",
"embedding",
"text-processing",
"similarity-matching"
],
"author": "Justin Parker",
"license": "MIT",
"bugs": {
"url": "https://github.com/jparkerweb/chunk-match/issues"
},
"homepage": "https://github.com/jparkerweb/chunk-match#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}