Skip to content

RVF CLI rvf-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 23:24
· 3175 commits to main since this release
91f7841

RVF CLI Release

Standalone vector database CLI for creating, querying, and managing RVF stores.

Download

Platform Binary
Linux x64 rvf-linux-x64
Linux ARM64 rvf-linux-arm64
macOS x64 (Intel) rvf-darwin-x64
macOS ARM64 (Apple Silicon) rvf-darwin-arm64
Windows x64 rvf-windows-x64.exe

Quick start

# Download (macOS ARM64 example)
curl -L -o rvf https://github.com/ruvnet/ruvector/releases/download/rvf-v0.1.0/rvf-darwin-arm64
chmod +x rvf

# Create a store and query
./rvf create mydb.rvf --dimension 128 --metric cosine
./rvf status mydb.rvf

See the CLI README for full documentation.