TCP/HTTP streaming server exposing the RuVector Format runtime via a REST API.
rvf-server wraps rvf-runtime in an Axum-based HTTP server for networked vector operations:
- REST API -- CRUD endpoints for vectors and collections
- Streaming -- chunked transfer for large batch imports/exports
- CLI -- configurable via
clapcommand-line arguments
cargo run -p rvf-server -- --port 8080MIT OR Apache-2.0