rvf-cli-0.1.0 is not a library.
rvf-cli
Unified command-line interface for RuVector Format operations.
Install
Or build from source:
The binary is named rvf.
Commands
create
Create a new empty RVF store.
ingest
Import vectors from JSON, CSV, or TSV files.
# JSON format: [{"id": 0, "vector": [1.0, 0.0, ...]}, ...]
# CSV format: each row is a vector (auto-assigned IDs)
# TSV
query
Search for k nearest neighbors.
delete
Delete vectors by ID.
status
Show store status.
inspect
Inspect store segments and lineage.
compact
Reclaim dead space from deleted vectors.
derive
Create a derived child store from a parent.
serve
Start an HTTP server (requires serve feature).
JSON Output
All commands support --json for machine-readable output suitable for piping to jq or other tools.
License
MIT OR Apache-2.0