Reply Generation

To generate a server's reply, we take a multiply-and-add (inner product for 1d case, tensor product for 2+d case) between the query and the database elements stored on our database. This tensor product will be repeated for the dimension of a dataset to generate the final reply.

Last updated