@wiscale/velesdb-wasm 0.5.1 → 0.5.2
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 +4 -4
- package/package.json +1 -1
- package/velesdb_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# VelesDB WASM
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/velesdb-wasm)
|
|
3
|
+
[](https://www.npmjs.com/package/@wiscale/velesdb-wasm)
|
|
4
4
|
[](https://github.com/cyberlife-coder/VelesDB/blob/main/LICENSE)
|
|
5
5
|
|
|
6
6
|
WebAssembly build of [VelesDB](https://github.com/cyberlife-coder/VelesDB) - vector search in the browser.
|
|
@@ -15,13 +15,13 @@ WebAssembly build of [VelesDB](https://github.com/cyberlife-coder/VelesDB) - vec
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install velesdb-wasm
|
|
18
|
+
npm install @wiscale/velesdb-wasm
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
23
|
```javascript
|
|
24
|
-
import init, { VectorStore } from 'velesdb-wasm';
|
|
24
|
+
import init, { VectorStore } from '@wiscale/velesdb-wasm';
|
|
25
25
|
|
|
26
26
|
async function main() {
|
|
27
27
|
// Initialize WASM module
|
|
@@ -106,7 +106,7 @@ class VectorStore {
|
|
|
106
106
|
Save and restore your vector store for offline-first applications with built-in async methods:
|
|
107
107
|
|
|
108
108
|
```javascript
|
|
109
|
-
import init, { VectorStore } from 'velesdb-wasm';
|
|
109
|
+
import init, { VectorStore } from '@wiscale/velesdb-wasm';
|
|
110
110
|
|
|
111
111
|
async function main() {
|
|
112
112
|
await init();
|
package/package.json
CHANGED
package/velesdb_wasm_bg.wasm
CHANGED
|
Binary file
|