hnswlib-wasm
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -16,4 +16,4 @@ /***************** GENERATED FILE ********************/ | ||
export declare const hnswParamsForAda: { | ||
readonly m: 48; | ||
readonly efSearch: 64; | ||
readonly m: 32; | ||
readonly efSearch: 128; | ||
readonly efConstruction: 128; | ||
@@ -20,0 +20,0 @@ readonly numNeighbors: 8; |
@@ -18,4 +18,4 @@ let IDBFS_STORE_NAME, defaultParams, hnswParamsForAda, loadHnswlib, syncFileSystem, waitForFileSystemInitalized, waitForFileSystemSynced; | ||
hnswParamsForAda = { | ||
m: 48, | ||
efSearch: 64, | ||
m: 32, | ||
efSearch: 128, | ||
efConstruction: 128, | ||
@@ -22,0 +22,0 @@ numNeighbors: 8, |
@@ -21,4 +21,4 @@ /***************** GENERATED FILE ********************/ | ||
export const hnswParamsForAda = { | ||
m: 48, | ||
efSearch: 64, | ||
m: 32, | ||
efSearch: 128, | ||
efConstruction: 128, | ||
@@ -25,0 +25,0 @@ numNeighbors: 8, |
@@ -125,2 +125,3 @@ /***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
export const defaultParams = { | ||
@@ -390,1 +391,3 @@ /** | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ |
@@ -10,2 +10,3 @@ /***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
@@ -30,1 +31,3 @@ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ |
{ | ||
"name": "hnswlib-wasm", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "typescript and wasm bindings for Hnswlib", | ||
@@ -36,33 +36,30 @@ "module": "./dist/hnswlib.js", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/emscripten": "^1.39.6", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.11", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"@types/node": "^20.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"@xn-sakina/phoenix": "^1.0.3", | ||
"eslint": "^8.37.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-define-config": "^1.17.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest-extended": "^2.0.0", | ||
"eslint-define-config": "^1.20.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vitest": "^0.0.57", | ||
"eslint-plugin-vitest": "^0.2.5", | ||
"fake-indexeddb": "^4.0.1", | ||
"happy-dom": "^9.1.7", | ||
"happy-dom": "^9.20.3", | ||
"husky": "^8.0.3", | ||
"prettier": "^2.8.7", | ||
"prettier": "^2.8.8", | ||
"tsembind": "^1.1.0", | ||
"typescript": "^5.0.3", | ||
"vite": "^4.2.1", | ||
"vite-plugin-checker": "^0.5.6", | ||
"vite-plugin-commonjs": "^0.6.2", | ||
"vite-plugin-dts": "^2.2.0", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9", | ||
"vite-plugin-checker": "^0.6.0", | ||
"vite-plugin-commonjs": "^0.7.1", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vite-plugin-eslint": "^1.8.1", | ||
"vite-plugin-static-copy": "^0.13.1", | ||
"vite-plugin-top-level-await": "^1.3.0", | ||
"vite-plugin-static-copy": "^0.16.0", | ||
"vite-plugin-top-level-await": "^1.3.1", | ||
"vite-plugin-wasm": "^3.2.2", | ||
"vite-tsconfig-paths": "^4.0.8", | ||
"vitest": "^0.29.8" | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^0.31.4" | ||
}, | ||
@@ -69,0 +66,0 @@ "packageManager": "yarn@3.5.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28
19577
2993648