@duckedup/nidus 0.98.0 → 0.99.0
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 -3
- package/dist/wasm/nidus_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# @duckedup/nidus
|
|
2
2
|
|
|
3
|
-
The JavaScript/TypeScript client for [nidus](https://nidus.duckedup.org), a
|
|
4
|
-
|
|
5
|
-
HTTP, whether it's on your laptop or a remote
|
|
3
|
+
The JavaScript/TypeScript client for [nidus](https://nidus.duckedup.org), a pure-Rust
|
|
4
|
+
vector store with full-text search that runs anywhere Rust runs. This package connects
|
|
5
|
+
to a running `nidus serve` instance over HTTP, whether it's on your laptop or a remote
|
|
6
|
+
host.
|
|
6
7
|
|
|
7
8
|
It is a **remote client**: zero runtime dependencies, built on the platform-global
|
|
8
9
|
`fetch`, so it runs unchanged on Node 18+, Deno, Bun, Cloudflare Workers, and in the
|
|
Binary file
|
package/package.json
CHANGED