mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 08:45:07 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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
clapcommand-line arguments
Usage
cargo run -p rvf-server -- --port 8080
License
MIT OR Apache-2.0