ruvector/crates/rvf/rvf-server
rUv 161f890ddb fix: apply cargo fmt across workspace and fix CI issues
- Run cargo fmt --all to fix formatting in 362 files across the entire workspace
- Add PGDG repository for PostgreSQL 17 in CI test-all-features and benchmark jobs
- Add missing rvf dependency crates to standalone Dockerfile for domain-expansion
- Add sona-learning and domain-expansion features to standalone Dockerfile build
- Create npu.rs stub for ruvector-sparse-inference (fixes rustfmt resolution error)

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-21 20:56:38 +00:00
..
src fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
Cargo.toml feat(rvf): add Causal Atlas dashboard, solver fixes, and desktop app 2026-02-20 18:01:09 +00:00
README.md feat(rvf): RuVector Format — Universal Cognitive Container SDK (#166) 2026-02-14 13:14:49 -05:00

rvf-server

TCP/HTTP streaming server exposing the RuVector Format runtime via a REST API.

Overview

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 clap command-line arguments

Usage

cargo run -p rvf-server -- --port 8080

License

MIT OR Apache-2.0