@taladb/node 0.11.2 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -87,7 +87,7 @@ export declare class CollectionNode {
87
87
  *
88
88
  * - `metric` — optional: `"cosine"` (default), `"dot"`, or `"euclidean"`.
89
89
  * - `index_type` — optional: `"flat"` (default) or `"hnsw"`.
90
- * - `hnsw_m` — HNSW connectivity (default 16).
90
+ * - `hnsw_m` — HNSW connectivity (only 32 is supported).
91
91
  * - `hnsw_ef_construction` — build quality (default 200).
92
92
  */
93
93
  createVectorIndex(field: string, dimensions: number, metric?: string | undefined | null, indexType?: string | undefined | null, hnswM?: number | undefined | null, hnswEfConstruction?: number | undefined | null): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taladb/node",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "TalaDB Node.js native module — document queries and vector search via napi-rs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
Binary file
Binary file
Binary file