@omendb/omendb 0.0.20 → 0.0.22
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 +257 -271
- package/index.js +8 -4
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -1,229 +1,219 @@
|
|
|
1
1
|
/* auto-generated by NAPI-RS */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export declare class VectorDatabase {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
exists(id: string): boolean;
|
|
202
|
-
/**
|
|
203
|
-
* Get multiple vectors by ID.
|
|
204
|
-
*
|
|
205
|
-
* Batch version of get(). More efficient than calling get() in a loop.
|
|
206
|
-
*
|
|
207
|
-
* @param ids - Array of vector IDs to retrieve
|
|
208
|
-
* @returns Array of results in same order as input, null for missing IDs
|
|
209
|
-
*/
|
|
210
|
-
getMany(ids: Array<string>): Array<GetResult | undefined | null>;
|
|
4
|
+
/**
|
|
5
|
+
* Insert or update vectors.
|
|
6
|
+
*
|
|
7
|
+
* Accepts an array of items with id, vector, and optional metadata.
|
|
8
|
+
*/
|
|
9
|
+
set(items: Array<VectorItem>): Array<number>
|
|
10
|
+
/**
|
|
11
|
+
* Search for k nearest neighbors.
|
|
12
|
+
*
|
|
13
|
+
* @param query - Query vector (number[] or Float32Array)
|
|
14
|
+
* @param k - Number of results to return
|
|
15
|
+
* @param ef - Optional search width override
|
|
16
|
+
* @param filter - Optional metadata filter (e.g., {category: "foo"} or {price: {$gt: 10}})
|
|
17
|
+
* @param maxDistance - Optional max distance threshold (filter out distant results)
|
|
18
|
+
* @returns Array of {id, distance, metadata}
|
|
19
|
+
*/
|
|
20
|
+
search(query: Array<number> | Float32Array, k: number, ef?: number | undefined | null, filter?: Record<string, unknown> | undefined, maxDistance?: number | undefined | null): Array<SearchResult>
|
|
21
|
+
/**
|
|
22
|
+
* Batch search with parallel execution (async).
|
|
23
|
+
*
|
|
24
|
+
* Runs searches in parallel using rayon on a blocking thread pool,
|
|
25
|
+
* keeping the Node.js event loop free.
|
|
26
|
+
*/
|
|
27
|
+
searchBatch(queries: Array<Array<number> | Float32Array>, k: number, ef?: number | undefined | null): Promise<Array<Array<SearchResult>>>
|
|
28
|
+
/** Get a vector by ID. */
|
|
29
|
+
get(id: string): GetResult | null
|
|
30
|
+
/**
|
|
31
|
+
* Delete vectors by ID.
|
|
32
|
+
*
|
|
33
|
+
* @returns Number of vectors deleted
|
|
34
|
+
*/
|
|
35
|
+
delete(ids: Array<string>): number
|
|
36
|
+
/**
|
|
37
|
+
* Delete vectors matching a metadata filter.
|
|
38
|
+
*
|
|
39
|
+
* Evaluates the filter against all vectors and deletes those that match.
|
|
40
|
+
* Uses the same MongoDB-style filter syntax as search().
|
|
41
|
+
*
|
|
42
|
+
* @param filter - MongoDB-style metadata filter
|
|
43
|
+
* @returns Number of vectors deleted
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* ```javascript
|
|
47
|
+
* // Delete by equality
|
|
48
|
+
* db.deleteByFilter({ status: "archived" });
|
|
49
|
+
*
|
|
50
|
+
* // Delete with comparison
|
|
51
|
+
* db.deleteByFilter({ score: { $lt: 0.5 } });
|
|
52
|
+
*
|
|
53
|
+
* // Complex filter
|
|
54
|
+
* db.deleteByFilter({ $and: [{ type: "draft" }, { age: { $gt: 30 } }] });
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
deleteByFilter(filter: Record<string, unknown>): number
|
|
58
|
+
/**
|
|
59
|
+
* Count vectors, optionally filtered by metadata.
|
|
60
|
+
*
|
|
61
|
+
* Without a filter, returns total count (same as db.length).
|
|
62
|
+
* With a filter, returns count of vectors matching the filter.
|
|
63
|
+
*
|
|
64
|
+
* @param filter - Optional MongoDB-style metadata filter
|
|
65
|
+
* @returns Number of vectors (matching filter if provided)
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```javascript
|
|
69
|
+
* // Total count
|
|
70
|
+
* const total = db.count();
|
|
71
|
+
*
|
|
72
|
+
* // Filtered count
|
|
73
|
+
* const active = db.count({ status: "active" });
|
|
74
|
+
*
|
|
75
|
+
* // With comparison operators
|
|
76
|
+
* const highScore = db.count({ score: { $gte: 0.8 } });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
count(filter?: Record<string, unknown> | undefined): number
|
|
80
|
+
/** Update a vector's data and/or metadata. */
|
|
81
|
+
update(id: string, vector: Array<number> | Float32Array, metadata?: Record<string, unknown> | undefined): void
|
|
82
|
+
/** Get number of vectors in database. */
|
|
83
|
+
get length(): number
|
|
84
|
+
/** Get vector dimensions of this database. */
|
|
85
|
+
get dimensions(): number
|
|
86
|
+
/** Check if database is empty. */
|
|
87
|
+
isEmpty(): boolean
|
|
88
|
+
/** Get database statistics. */
|
|
89
|
+
stats(): StatsResult
|
|
90
|
+
/** Get current ef_search value. */
|
|
91
|
+
get efSearch(): number
|
|
92
|
+
/** Set ef_search value. */
|
|
93
|
+
set efSearch(efSearch: number)
|
|
94
|
+
/**
|
|
95
|
+
* Get or create a named collection.
|
|
96
|
+
*
|
|
97
|
+
* Collection handles share state - changes made through one handle
|
|
98
|
+
* are immediately visible through another (no flush required).
|
|
99
|
+
*/
|
|
100
|
+
collection(name: string): VectorDatabase
|
|
101
|
+
/** List all collections. */
|
|
102
|
+
collections(): Array<string>
|
|
103
|
+
/** Delete a collection. */
|
|
104
|
+
deleteCollection(name: string): void
|
|
105
|
+
/**
|
|
106
|
+
* Enable text search for hybrid (vector + text) search.
|
|
107
|
+
*
|
|
108
|
+
* Must be called before using setWithText() or hybridSearch().
|
|
109
|
+
*/
|
|
110
|
+
enableTextSearch(): void
|
|
111
|
+
/** Check if text search is enabled. */
|
|
112
|
+
get hasTextSearch(): boolean
|
|
113
|
+
/**
|
|
114
|
+
* Set vectors with associated text for hybrid search.
|
|
115
|
+
*
|
|
116
|
+
* @param items - Array of {id, vector, text, metadata?}
|
|
117
|
+
* @returns Array of internal indices
|
|
118
|
+
*/
|
|
119
|
+
setWithText(items: Array<VectorItemWithText>): Array<number>
|
|
120
|
+
/**
|
|
121
|
+
* Search using text only (BM25 scoring).
|
|
122
|
+
*
|
|
123
|
+
* @param query - Text query
|
|
124
|
+
* @param k - Number of results
|
|
125
|
+
* @returns Array of {id, score, metadata}
|
|
126
|
+
*/
|
|
127
|
+
textSearch(query: string, k: number): Array<TextSearchResult>
|
|
128
|
+
/**
|
|
129
|
+
* Hybrid search combining vector similarity and text relevance.
|
|
130
|
+
*
|
|
131
|
+
* Uses Reciprocal Rank Fusion (RRF) to combine HNSW and BM25 results.
|
|
132
|
+
*
|
|
133
|
+
* @param queryVector - Query embedding
|
|
134
|
+
* @param queryText - Text query for BM25
|
|
135
|
+
* @param k - Number of results
|
|
136
|
+
* @param filter - Optional metadata filter
|
|
137
|
+
* @param alpha - Weight for vector vs text (0.0=text only, 1.0=vector only, default=0.5)
|
|
138
|
+
* @param rrfK - RRF constant (default=60, higher reduces rank influence)
|
|
139
|
+
* @param subscores - Return separate keyword_score and semantic_score (default: false)
|
|
140
|
+
* @returns Array of {id, score, metadata, keyword_score?, semantic_score?}
|
|
141
|
+
*/
|
|
142
|
+
hybridSearch(queryVector: Array<number> | Float32Array, queryText: string, k: number, filter?: Record<string, unknown> | undefined, alpha?: number | undefined | null, rrfK?: number | undefined | null, subscores?: boolean | undefined | null): Array<HybridSearchResult>
|
|
143
|
+
/**
|
|
144
|
+
* Flush pending changes to disk.
|
|
145
|
+
*
|
|
146
|
+
* For hybrid search, this commits text index changes.
|
|
147
|
+
*/
|
|
148
|
+
flush(): void
|
|
149
|
+
/**
|
|
150
|
+
* Close the database and release file locks.
|
|
151
|
+
*
|
|
152
|
+
* After calling close(), the database is no longer usable.
|
|
153
|
+
* Any subsequent operations will fail or return empty results.
|
|
154
|
+
*
|
|
155
|
+
* This is useful when you need to reopen the same database path
|
|
156
|
+
* in the same process, since JavaScript doesn't have deterministic
|
|
157
|
+
* object destruction like Python's `del`.
|
|
158
|
+
*/
|
|
159
|
+
close(): void
|
|
160
|
+
/**
|
|
161
|
+
* Optimize index for cache-efficient search.
|
|
162
|
+
*
|
|
163
|
+
* Reorders nodes for better memory locality, improving search performance by 6-40%.
|
|
164
|
+
* Call after inserting a large batch of vectors.
|
|
165
|
+
*
|
|
166
|
+
* @returns Number of nodes reordered
|
|
167
|
+
*/
|
|
168
|
+
optimize(): number
|
|
169
|
+
/** Merge another database into this one. */
|
|
170
|
+
mergeFrom(other: VectorDatabase): number
|
|
171
|
+
/**
|
|
172
|
+
* List all vector IDs (without loading vector data).
|
|
173
|
+
*
|
|
174
|
+
* Efficient way to get all IDs for iteration, export, or debugging.
|
|
175
|
+
* @returns Array of all vector IDs in the database
|
|
176
|
+
*/
|
|
177
|
+
ids(): Array<string>
|
|
178
|
+
/**
|
|
179
|
+
* Get all items as array of {id, vector, metadata}.
|
|
180
|
+
*
|
|
181
|
+
* Returns all vectors with their IDs and metadata.
|
|
182
|
+
* For large datasets, consider using ids() and get() in batches.
|
|
183
|
+
*/
|
|
184
|
+
items(): Array<GetResult>
|
|
185
|
+
/**
|
|
186
|
+
* Check if an ID exists in the database.
|
|
187
|
+
*
|
|
188
|
+
* @param id - Vector ID to check
|
|
189
|
+
* @returns true if ID exists and is not deleted
|
|
190
|
+
*/
|
|
191
|
+
exists(id: string): boolean
|
|
192
|
+
/**
|
|
193
|
+
* Get multiple vectors by ID.
|
|
194
|
+
*
|
|
195
|
+
* Batch version of get(). More efficient than calling get() in a loop.
|
|
196
|
+
*
|
|
197
|
+
* @param ids - Array of vector IDs to retrieve
|
|
198
|
+
* @returns Array of results in same order as input, null for missing IDs
|
|
199
|
+
*/
|
|
200
|
+
getBatch(ids: Array<string>): Array<GetResult | undefined | null>
|
|
211
201
|
}
|
|
212
202
|
|
|
213
203
|
export interface GetResult {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
204
|
+
id: string
|
|
205
|
+
vector: Float32Array
|
|
206
|
+
metadata: Record<string, unknown>
|
|
217
207
|
}
|
|
218
208
|
|
|
219
209
|
export interface HybridSearchResult {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
210
|
+
id: string
|
|
211
|
+
score: number
|
|
212
|
+
metadata: Record<string, unknown>
|
|
213
|
+
/** BM25 keyword matching score (null if document only matched vector search) */
|
|
214
|
+
keywordScore?: number
|
|
215
|
+
/** Vector similarity score (null if document only matched text search) */
|
|
216
|
+
semanticScore?: number
|
|
227
217
|
}
|
|
228
218
|
|
|
229
219
|
/**
|
|
@@ -261,10 +251,7 @@ export interface HybridSearchResult {
|
|
|
261
251
|
* });
|
|
262
252
|
* ```
|
|
263
253
|
*/
|
|
264
|
-
export declare function open(
|
|
265
|
-
path: string,
|
|
266
|
-
options?: OpenOptions | undefined | null,
|
|
267
|
-
): VectorDatabase;
|
|
254
|
+
export declare function open(path: string, options?: OpenOptions | undefined | null): VectorDatabase
|
|
268
255
|
|
|
269
256
|
/**
|
|
270
257
|
* Configuration options for opening a vector database.
|
|
@@ -280,69 +267,68 @@ export declare function open(
|
|
|
280
267
|
* - metric: "l2" (distance metric: "l2", "euclidean", "cosine", "dot", "ip")
|
|
281
268
|
*/
|
|
282
269
|
export interface OpenOptions {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
270
|
+
/** Vector dimensions (default: 128, auto-detected on first insert) */
|
|
271
|
+
dimensions?: number
|
|
272
|
+
/** HNSW M parameter: neighbors per node (default: 16, range: 4-64) */
|
|
273
|
+
m?: number
|
|
274
|
+
/** HNSW ef_construction: build quality (default: 100, must be >= m) */
|
|
275
|
+
efConstruction?: number
|
|
276
|
+
/** HNSW ef_search: search quality/speed tradeoff (default: 100) */
|
|
277
|
+
efSearch?: number
|
|
278
|
+
/**
|
|
279
|
+
* Quantization mode (default: null = no quantization)
|
|
280
|
+
* - true or "sq8": SQ8 4x compression, ~99% recall (RECOMMENDED)
|
|
281
|
+
* - "rabitq": RaBitQ 8x compression, ~98% recall
|
|
282
|
+
* - "binary": Binary 32x compression, ~95% recall
|
|
283
|
+
* - 2, 4, 8: RaBitQ with specific bits (legacy)
|
|
284
|
+
*/
|
|
285
|
+
quantization?: boolean | string | number | null | undefined
|
|
286
|
+
/**
|
|
287
|
+
* Rescore candidates with exact distance (default: true when quantization enabled)
|
|
288
|
+
* Set to false for maximum speed at the cost of ~20% recall
|
|
289
|
+
*/
|
|
290
|
+
rescore?: boolean
|
|
291
|
+
/**
|
|
292
|
+
* Oversampling factor for rescoring (default: 3.0)
|
|
293
|
+
* Fetches k*oversample candidates then reranks to return top k
|
|
294
|
+
*/
|
|
295
|
+
oversample?: number
|
|
296
|
+
/** Distance metric: "l2"/"euclidean" (default), "cosine", "dot"/"ip" */
|
|
297
|
+
metric?: string
|
|
311
298
|
}
|
|
312
299
|
|
|
313
300
|
export interface SearchResult {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
301
|
+
id: string
|
|
302
|
+
distance: number
|
|
303
|
+
/** Metadata as JSON (using serde-json feature) */
|
|
304
|
+
metadata: Record<string, unknown>
|
|
318
305
|
}
|
|
319
306
|
|
|
320
307
|
export interface StatsResult {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
308
|
+
dimensions: number
|
|
309
|
+
count: number
|
|
310
|
+
path: string
|
|
324
311
|
}
|
|
325
312
|
|
|
326
313
|
export interface TextSearchResult {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
314
|
+
id: string
|
|
315
|
+
score: number
|
|
316
|
+
metadata: Record<string, unknown>
|
|
330
317
|
}
|
|
331
318
|
|
|
332
319
|
export interface VectorItem {
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
320
|
+
id: string
|
|
321
|
+
/** Vector data as Float32Array */
|
|
322
|
+
vector: Float32Array
|
|
323
|
+
/** Optional metadata */
|
|
324
|
+
metadata?: Record<string, unknown> | undefined
|
|
325
|
+
/** Optional document text (stored in metadata.document) */
|
|
326
|
+
document?: string
|
|
340
327
|
}
|
|
341
328
|
|
|
342
329
|
export interface VectorItemWithText {
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
metadata?: Record<string, unknown> | undefined;
|
|
330
|
+
id: string
|
|
331
|
+
vector: Float32Array
|
|
332
|
+
text: string
|
|
333
|
+
metadata?: Record<string, unknown> | undefined
|
|
348
334
|
}
|
package/index.js
CHANGED
|
@@ -145,8 +145,8 @@ class VectorDatabase {
|
|
|
145
145
|
return this._native.delete(ids);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
|
|
149
|
-
return this._native.
|
|
148
|
+
deleteByFilter(filter) {
|
|
149
|
+
return this._native.deleteByFilter(filter);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
count(filter) {
|
|
@@ -225,6 +225,10 @@ class VectorDatabase {
|
|
|
225
225
|
return this._native.flush();
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
close() {
|
|
229
|
+
return this._native.close();
|
|
230
|
+
}
|
|
231
|
+
|
|
228
232
|
optimize() {
|
|
229
233
|
return this._native.optimize();
|
|
230
234
|
}
|
|
@@ -245,8 +249,8 @@ class VectorDatabase {
|
|
|
245
249
|
return this._native.exists(id);
|
|
246
250
|
}
|
|
247
251
|
|
|
248
|
-
|
|
249
|
-
return this._native.
|
|
252
|
+
getBatch(ids) {
|
|
253
|
+
return this._native.getBatch(ids);
|
|
250
254
|
}
|
|
251
255
|
}
|
|
252
256
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omendb/omendb",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"description": "Fast embedded vector database with HNSW + ACORN-1 filtered search",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"omendb.node"
|
|
51
51
|
],
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@omendb/omendb-darwin-x64": "0.0.
|
|
54
|
-
"@omendb/omendb-darwin-arm64": "0.0.
|
|
55
|
-
"@omendb/omendb-linux-x64-gnu": "0.0.
|
|
56
|
-
"@omendb/omendb-linux-arm64-gnu": "0.0.
|
|
57
|
-
"@omendb/omendb-win32-x64-msvc": "0.0.
|
|
53
|
+
"@omendb/omendb-darwin-x64": "0.0.22",
|
|
54
|
+
"@omendb/omendb-darwin-arm64": "0.0.22",
|
|
55
|
+
"@omendb/omendb-linux-x64-gnu": "0.0.22",
|
|
56
|
+
"@omendb/omendb-linux-arm64-gnu": "0.0.22",
|
|
57
|
+
"@omendb/omendb-win32-x64-msvc": "0.0.22"
|
|
58
58
|
}
|
|
59
59
|
}
|