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§
- Server
Config - 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.