ann engine
see carbin_deps.txt
git clone https://github.com/gottingen/titan-ann.git
cd titan-ann
pip install carbin
carbin install
mkdir build
cd build
cmake ..
make
make test
- flat
- hnsw
- METRIC_L1,
- METRIC_L2,
- METRIC_IP,
- METRIC_HAMMING,
- METRIC_JACCARD,
- METRIC_COSINE,
- METRIC_ANGLE,
- METRIC_NORMALIZED_COSINE,
- METRIC_NORMALIZED_ANGLE,
- METRIC_NORMALIZED_L2,
- METRIC_POINCARE,
- METRIC_LORENTZ,