{{ message }}
engine
Directory actions
More options
Directory actions
More options
engine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Gamma is the core vector search engine of Vearch. It is a high-performance, concurrent vector search engine, and supports real time indexing vectors and scalars without lock.
mkdir buildcd buildcmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=gamma/ ..makemake install
mkdir buildcd buildcmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=ON -DCMAKE_INSTALL_PREFIX=gamma/ ..make -jcd tests && cp ../../tests/profile_10k.txt .wget ftp://ftp.irisa.fr/local/texmex/corpus/siftsmall.tar.gz && tar -zxvf siftsmall.tar.gz./test_files profile_10k.txt siftsmall/siftsmall_base.fvecsCurrently we support gamma both on Linux and macOS of x86_64 machines. We have tested on Centos, Ubuntu and macOS. And we all just tested with gcc on both Linux and macOS.