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.28 kB
JSON
{
"name": "chunk-match",
"version": "1.1.6",
"description": "NodeJS library that semantically chunks text and matches it against a user query using cosine similarity for precise and relevant text retrieval",
"type": "module",
"main": "chunk-match.js",
"scripts": {
"clean": "rimraf node_modules package-lock.json && npm install",
"example": "node example/example.js"
},
"homepage": "https://www.equilllabs.com/projects/chunk-match",
"repository": {
"type": "git",
"url": "https://github.com/jparkerweb/chunk-match.git"
},
"bugs": {
"url": "https://github.com/jparkerweb/chunk-match/issues",
"email": "equilllabs@gmail.com"
},
"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",
"dependencies": {
"lru-cache": "^11.0.2",
"semantic-chunking": "^2.4.3"
}
}