Yingfeng
Yingfeng
# Build source from Mac ``` # Make sure clang-18 is installed brew install llvm # .bash_profile export CC=/usr/local/opt/llvm/bin/clang export CXX=/usr/local/opt/llvm/bin/clang++ export CPPFLAGS = "-I/usr/local/opt/llvm/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/include" export LDFLAGS =...
Help wanted. We need Mac apple sillicon to verify infinity
> Can the code on the main branch be compiled on the Mac Apple Silicon platform? We do not have such a mackbook, so we could not tell the answer...
> > Help wanted. We need Mac apple sillicon to verify infinity > > By fixing the CMakeLists.txt and some header files, I was able to successfully compile the project...
Hi, Infinity can not be compiled after v0.3,which is caused by Jemalloc dependencies. We do not have time to work on this issue right now, any contributions are welcome 😆
Finished already
There are three cases: 1. If you deploy Qwen3-Embedding through other frameworks, it's easy because RAGFlow does not care what kind of embedding model is used actually. 2. If what...
Post your configuration of chat assistant here
Tensor based ranker and reranker are different things. I assume that what you want is not the former which will rank the overall dataset. As a result, you can use...
Yes, if you use `match_tensor` outside of `fusion`, it means to use tensor index to perform the tensor recall. The tensor index is a pure memory solution and has a...