Cai Yudong
Cai Yudong
Hi @kayang-potato , By now knowhere only supports RAFT GPU index, Faiss GPU index has not been compiled in knowhere. How did you find this issue ?
> > Hi @kayang-potato , By now knowhere only supports RAFT GPU index, Faiss GPU index has not been compiled in knowhere. How did you find this issue ? >...
Hi @jiaoew1991, can you help check this build error ? I run your command ``` conan install .. --build=missing -o with_ut=True -s build_type=Release" conan build .. ``` see following error:
x86 mac can build pass with following commands: ``` export CFLAGS="$CFLAGS -I/usr/local/opt/libomp/include" export CXXFLAGS="$CXXFLAGS -I/usr/local/opt/libomp/include" export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/local/opt/libomp/lib -L/usr/local/opt/libomp/lib -lomp" conan install .. --build=missing -o with_ut=True -s compiler.libcxx=libc++ -s build_type=Release...
[crash.log](https://github.com/milvus-io/knowhere/files/12027008/crash.log)
/assign @hhy3
> Suggest: On the milvus side, according to a simple strategy (such as the percentage of valid data), an additional bool parameter is passed to knohwere, indicating whether it needs...
/run-cpu-e2e