Sign inSign up

openeuler/scann

Sponsored OSS

By openeuler

Updated about 2 months ago

Image
0

4.3K

openeuler/scann repository overview

Quick reference

scann | 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

TagsCurrentlyArchitectures
1.4.2-oe2403sp4scann 1.4.2 on openEuler 24.03-lts-sp4amd64, arm64
1.4.2-oe2403sp3scann 1.4.2 on openEuler 24.03-lts-sp3amd64, arm64

Usage

docker pull openeuler/scann:{Tag}
docker run --rm openeuler/scann:{Tag} python3 -c "import scann; print('ok')"

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:3f306ddc8

Size

268.5 MB

Last updated

about 2 months ago

docker pull openeuler/scann

This week's pulls

Pulls:

13

Last week