Module: Annoy

Defined in:
lib/annoy/version.rb,
lib/annoy.rb,
ext/annoy/annoyext.cpp

Overview

Annoy.rb is a Ruby wrapper for Annoy (Approximate Nearest Neighbors Oh Yeah).

Defined Under Namespace

Classes: AnnoyIndex

Constant Summary collapse

VERSION =

The version of Annoy.rb you are using.

'0.6.1'
ANNOY_VERSION =

The version of Annoy included with gem.

'1.17.0'