RVF CLI rvf-v0.1.0
·
3175 commits
to main
since this release
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.rvfSee the CLI README for full documentation.