Ahsan Memon
Results
1
issues of
Ahsan Memon
I'm trying to send a numpy array back as a response using the following code ``` return { 'embeddings': msgpack.packb(np.random.rand(10,100).tobytes()) } ``` It won't send it. It throws an error...