@brainwires/idbvec 0.1.0 → 0.1.1
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/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,14 +17,14 @@ A high-performance client-side vector database built with Rust/WebAssembly and I
|
|
|
17
17
|
┌─────────────────────────────────┐
|
|
18
18
|
│ TypeScript API (wrapper.ts) │
|
|
19
19
|
├─────────────────────────────────┤
|
|
20
|
-
│ WASM Module (Rust)
|
|
21
|
-
│ - HNSW Index
|
|
22
|
-
│ - Distance Metrics
|
|
23
|
-
│ - Vector Operations
|
|
20
|
+
│ WASM Module (Rust) │
|
|
21
|
+
│ - HNSW Index │
|
|
22
|
+
│ - Distance Metrics │
|
|
23
|
+
│ - Vector Operations │
|
|
24
24
|
├─────────────────────────────────┤
|
|
25
|
-
│ IndexedDB Storage
|
|
26
|
-
│ - Persistent State
|
|
27
|
-
│ - Automatic Serialization
|
|
25
|
+
│ IndexedDB Storage │
|
|
26
|
+
│ - Persistent State │
|
|
27
|
+
│ - Automatic Serialization │
|
|
28
28
|
└─────────────────────────────────┘
|
|
29
29
|
```
|
|
30
30
|
|