pub async fn start_grpc_server(
memory: Arc<ConversationMemorySystem>,
addr: SocketAddr,
) -> Result<(), String>Expand description
Start the gRPC server on the given port. Returns a future that runs until cancelled.
pub async fn start_grpc_server(
memory: Arc<ConversationMemorySystem>,
addr: SocketAddr,
) -> Result<(), String>Start the gRPC server on the given port. Returns a future that runs until cancelled.