Tiernan Lindauer
Tiernan Lindauer
Is this still an issue? Do not have a mac, so cannot test. It might be because mac makes it into a multiclick mouseevent. if so, we'd need to manually...
> We have exposing a product quantization API on our roadmap, as well as scalar and binary quantization. @cjnolet Interesting! I look forward to it! We're preferably looking for something...
Looking at integrating it into JVector, actually: https://github.com/jbellis/jvector (Only choosing to do PQ given other processes are more CPU efficient for our data.)
@cjnolet Looking for C++. Here's what we need to build a POC so we can figure out what the "ideal" is: ```java public class PQGpu { /** * Load a...
Our timeline at [DataStax](https://www.datastax.com/) may be different but it'd be great if we can shape the API positively in the long run. Particularly as you're working on the move from...
@achirkin As long as we can encode more than 32 vectors and choose an arbitrary number of subspaces we don't care how it's stored. Fine if centroids per subspace only...
*assuming there's an `encode()` method to add it to your storage, but it looks like there is?
@achirkin @cjnolet would you mind putting together an example C++ program that'd solely do PQ on a set of test vectors? Thanks.
@cjnolet that sounds very useful! What kind of timeline are we looking at for that?