product-quantization
Version:
Product Quantization for Vector Search
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "product-quantization",
"version": "0.1.5",
"description": "Product Quantization for Vector Search",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build"
},
"keywords": [
"ann",
"approximate-nearest-neighbor",
"product-quantization",
"vector-search"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0"
},
"dependencies": {
"ml-kmeans": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeLi2001/product-quantization.git"
},
"bugs": {
"url": "https://github.com/GeLi2001/product-quantization/issues"
},
"homepage": "https://github.com/GeLi2001/product-quantization#readme",
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=14.0.0"
}
}