Alexander Kislukhin

Results 67 comments of Alexander Kislukhin

Yes ``` array([[0., 0., 0.], [0., 0., 0.], [0., 1., 0.]], dtype=float32) ```

Additional context: I have a large Parquet dataset with vector column written as 1024-dim np.uint8 vectors, of which typically around 50-100 are non-zeroes. I was trying to build an index...

The reason for uint8 was to use feature counts; I have no intuition whether using counts is any better than using bits (seems to be the go-to method). But I...

Fun fact: `uint8` causes trouble but `int8` works

I'll take a look but if the root cause is in on the C side I must bow out :)

After downgrading to 4.10, I tried re-upgrading to 4.11 and the same issue came back. Went away again on reverting to 4.10. Hard to tell what exactly is going on...

Alternatively, using data URLs instead of regular URLs could be cool. This doesn't seem to work, with or without URL encoding. ``` data:image/svg+xml, ``` Though it does in `` tag:...