The official scann docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
ScaNN (Scalable Nearest Neighbors) is a method for efficient vector similarity search at scale. This code implements search space pruning and quantization for Maximum Inner Product Search and also supports other distance functions such as Euclidean distance. The implementation is optimized for x86 processors with AVX support. ScaNN achieves state-of-the-art performance on ann-benchmarks.com.
The tag of each scann docker image is consist of the version of scann and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 1.4.2-oe2403sp4 | scann 1.4.2 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 1.4.2-oe2403sp3 | scann 1.4.2 on openEuler 24.03-lts-sp3 | amd64, arm64 |
docker pull openeuler/scann:{Tag}
docker run --rm openeuler/scann:{Tag} python3 -c "import scann; print('ok')"
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:3f306ddc8…
Size
268.5 MB
Last updated
about 2 months ago
docker pull openeuler/scannPulls:
13
Last week