UNPKG

seekmix

Version:

🔍 A local semantic caching library for Node.js.

47 lines (46 loc) 965 B
{ "name": "seekmix", "description": "🔍 A local semantic caching library for Node.js.", "version": "1.3.8", "main": "index.js", "scripts": { "test": "node --test" }, "author": "Martin Clasen", "license": "MIT", "keywords": [ "search", "semantic", "caching", "cache", "semantic-caching", "semantic-search", "similarity-search", "vector-embeddings", "llm", "rag", "sqlite", "sqlite-vec", "local", "standalone", "openai", "huggingface", "embeddings", "clasen" ], "dependencies": { "@huggingface/transformers": "^3.4.2", "better-sqlite3": "^11.10.0", "lemonlog": "^1.1.4", "sqlite-vec": "^0.1.6" }, "devDependencies": {}, "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" }