Example of Connecting KScaNN to Milvus
The KScaNN algorithm can connect to the Milvus database (version 2.4.5) to accelerate the query efficiency while ensuring a high recall rate.
KScaNN optimizes the open source ScaNN algorithm by using dynamic library inline, low-bit quantization, retrieval operators, and vector instructions, further improving the retrieval capability. The procedure is as follows:
- Install Milvus.
- Apply the patch file into Milvus for full compilation.
- Use ann-benchmarks for the test.
Parent topic: KScaNN APIs