Alexander Guzhva
Alexander Guzhva
https://github.com/zilliztech/knowhere/pull/353
Do I get it correctly that you'd like to run `index.search()` using multiple threads, and search thread wants to use its own `nprobe`? If so, then you need to pass...
@guangzegu this patch is in extremely early stage. 1. there needs to be a description in the `readme.txt` file about how to set up oneAPI properly. For example, I needed...
@guangzegu Thanks, I'll take a look
@naveentatikonda The somewhat limited range is the natural property of fp16 data type. So, I would see the situation as an inappropriate use of the SQfp16 for such a case....
@naveentatikonda `N` is an integer that is computed in the way, so that `[min/2^N, max/2^N]` range is inside fp16 range, and, possible, not super close to fp16 border values
@shaozhixue, this is related to use of table of visited points. Basically, HNSW tracks the points of the graph that were already visited. And it stores such info in a...
It is possible to install gcc-13 on ubuntu 20.04. For example, run the following inside a fresh `docker -it --rm ubuntu:20.04` container ``` apt update apt-get install software-properties-common add-apt-repository ppa:ubuntu-toolchain-r/test...