Arnaud Gourlay
Arnaud Gourlay
To be honest I never thought about it. Thanks for opening the issue, I will check if it is easy to integrate. I might have to rename the project though...
@KShivendu try running `rustup update` to get the latest Rust version
reproduced with `cargo nextest run -p test_gpu_filterable_hnsw --features gpu` ``` FAIL [ 1.617s] segment::integration gpu_hnsw_test::test_gpu_filterable_hnsw stdout ─── running 1 test test gpu_hnsw_test::test_gpu_filterable_hnsw ... FAILED failures: failures: gpu_hnsw_test::test_gpu_filterable_hnsw test result: FAILED....
I did another test for the storage size of 9M sparse vectors. - Snappy : 9.484.822.957 bytes - LZ4 : 9.465.852.592 bytes Here LZ4 has has a slight edge. Those...
the whole logs archive captured [here](https://github.com/user-attachments/files/23655747/consensus-test-logs.zip) the merged logs for the run [here](https://github.com/user-attachments/files/23655832/merged-logs.txt)
Looks like a large breaking change for us.
It seems the release contains regressions according the their issue tracker. Let's close this one and migrate for 0.17.1
Thank you for the kind words, I am very glad you find this project useful for your learning process!
Thanks for the report :+1: You are right, it looks like some kind of redirection issue.
I tried fixing this but it did not look good as redirection on 405 is not a standard thing. Do you maybe have a clean patch to propose?