Illarion

Results 3 issues of Illarion

If you try to run first example from docs, you'll get an TypeError exception: ``` Traceback (most recent call last): File "app.py", line 19, in @request_schema(RequestSchema(strict=True)) TypeError: __init__() got an...

Imports, prints were fixed. All test were passed. Test tasks work as expected. Tested with python 3.5.2.

Hello I use Annoy library as for now, but want to switch to Voyager. But I use heavily `a.on_disk_build(fn)` feature, that allows to build huge indexes index with reduced memory...