Skip to main content

Crate rvf_server

Crate rvf_server 

Source
Expand description

rvf-server – RuVector Format TCP/HTTP streaming server.

Provides a network-accessible interface to rvf-runtime, supporting HTTP REST endpoints and a binary TCP streaming protocol for inter-agent vector exchange.

Modules§

error
Error types and HTTP error responses for the RVF server.
http
HTTP endpoints for the RVF server using axum.
tcp
TCP streaming protocol for inter-agent exchange.

Structs§

ServerConfig
Server configuration.

Functions§

open_or_create_store
Open or create the store at the configured path, returning a shared handle.
run
Start both HTTP and TCP servers. Blocks until shutdown.