Skip to main content

Module server

Module server 

Source
Expand description

Search server: handles incoming search requests from remote peers.

Reads length-prefixed CBOR SearchRequests from any AsyncRead+AsyncWrite stream, performs vector search via the local graph store, and returns signed SearchResponses.

Structs§

ServerConfig
Configuration for the search server.

Functions§

handle_connection
Handle a single incoming search connection.
handle_connection_loop
Handle a persistent connection that may carry multiple messages.