intel / ScalableVectorSearch

https://intel.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
125 stars 18 forks source link

SVS v0.0.3 #19

Closed hildebrandmw closed 9 months ago

hildebrandmw commented 9 months ago

SVS 0.0.3 Release Notes

Highlighted Features

New Dependencies

pysvs (Python)

Additions and Changes

Experimental Features

Features marked as experimental are subject to rapid API changes, improvement, and removal.

Deprecations

Build System Changes

Building pysvs using cibuildwheel now requires a custom docker container with MKL. To build the container, run the following commands:

cd ./docker/x86_64/manylinux2014/
./build.sh

libsvs (C++)

Changes

Deprecations

Binary Utilities

Testing

Build System

The CMake variables were added.