Jay Deng
Jay Deng
Updated POC: https://github.com/jed326/k-NN/commit/29a8230f1919b3348ff6679f3a6044cf226ce3e5 Updated numbers: Parallel vs Sequential | Vectors | Dimensions | Size | Latency (ms) | |------------------------|---------|------------|--------|--------------| | Parallel | 1m | 768 | ~2900mb | 7019 |...
> @jed326 Yes, since the new GA is passing, we could point this PR to main. But will need to update the branches of the GA to > > ```...
My question is, what's the plan for getting `.github/workflows/remote_index_build.yml` merged to `main`? Are you merging it to the feature branch first, and then you'll merge it to main later? Or...
How about all of these places for now? - https://github.com/opensearch-project/k-NN/tree/main/remote-index-build-client - https://github.com/opensearch-project/k-NN/tree/main/src/test/java/org/opensearch/knn/index/remote - https://github.com/opensearch-project/k-NN/tree/main/src/main/java/org/opensearch/knn/index/remote - https://github.com/opensearch-project/k-NN/tree/main/src/main/java/org/opensearch/knn/index/codec/nativeindex/remote - https://github.com/opensearch-project/k-NN/tree/main/src/test/java/org/opensearch/knn/index/codec/nativeindex/remote I'm open to input on this from some other kNN maintainers though
Another major update: https://github.com/apache/lucene/pull/13337 It should be non-breaking though as it's just introducing a new interface method.
Thanks @mispencer! Left one comment. The changes look good to me but I haven't been very hands on on Snapshots lately, would be great to get someone more involved like...