Crates.io | nvs-packer |
lib.rs | nvs-packer |
version | 0.1.0 |
created_at | 2025-09-24 20:30:24.226626+00 |
updated_at | 2025-09-24 20:30:24.226626+00 |
description | CLI: Convert JSON docs to native-vector-store bundle (Rust) |
homepage | |
repository | https://github.com/martinboros/native-vector-store |
max_upload_size | |
id | 1853792 |
size | 105,888 |
CLI and library to convert JSON documents with embeddings into a Native Vector Store bundle.
Input JSON format
text
(or content
) and metadata.embedding
(array of floats). Optional additional metadata fields are preserved.Examples
cargo run -p nvs-packer -- \
./my-json --out ./.nvs-bundle \
--dtype f16 --bm25-buckets 32 --compress zstd
As a library, call the loader and writer modules directly for custom flows.
Outputs
License: MIT