seekmix
Version:
🔍 A local semantic caching library for Node.js.
48 lines (47 loc) • 968 B
JSON
{
"name": "seekmix",
"description": "🔍 A local semantic caching library for Node.js.",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.test.js"
},
"author": "Martin Clasen",
"license": "MIT",
"keywords": [
"search",
"semantic",
"caching",
"cache",
"semantic-caching",
"semantic-search",
"similarity-search",
"vector-embeddings",
"llm",
"rag",
"redis",
"local",
"standalone",
"openai",
"huggingface",
"embeddings",
"clasen"
],
"dependencies": {
"@huggingface/transformers": "^3.4.2",
"axios": "^1.8.4",
"lemonlog": "^1.1.4",
"redis": "^4.7.0"
},
"devDependencies": {
"mocha": "^10.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clasen/SeekMix.git"
},
"bugs": {
"url": "https://github.com/clasen/SeekMix/issues"
},
"homepage": "https://github.com/clasen/SeekMix#readme"
}