Match_yc

Results 7 issues of Match_yc

I think that's a "[] loc error" in double_ensemble sample_reweight() function. Fixed it with slightly changing the index in brackets: `i_b` -> `b`

报错内容: ![image](https://user-images.githubusercontent.com/57976772/179685593-0927346b-cf14-4b73-8bc5-b837e9647d51.png)

Hi, I'm reading the source code and paper of SPANN. In `/AnnService/src/IndexBuilder/main.cpp`, we can see data will be loaded in function `DefaultVectorReader::GetVectorSet()`. In that function, vectors are loaded in one...

What happened: In the current version, `client_performance_test.cpp` uses `DEFAULT_PORT` as socket communication port, which is different from '*.ini' file provided by the community in ./etc directory. It leads to `failed...

bug

For `pip install .`: ``` tinyknn/_fast_pq.cpp:17539:320: error: can’t convert a value of type ‘int’ to vector type ‘__m128i’ {aka ‘__vector(2) long long int’} which has different size 17539 | __pyx_t_6...

I think the quickstart and tutorial notebook will get stuck at the very beginning.