alexklibisz / elastiknn   7.17.6.0

Apache License 2.0 Website GitHub

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.

Scala versions: 2.13 2.12

core 0.1.0-PRE12


Group ID:
com.klibisz.elastiknn
Artifact ID:
core_2.12
Version:
0.1.0-PRE12
Release Date:
Apr 6, 2020
Licenses:
Files:

libraryDependencies += "com.klibisz.elastiknn" %% "core" % "0.1.0-PRE12"

Mill build tool

ivy"com.klibisz.elastiknn::core:0.1.0-PRE12"

Scala CLI

//> using dep "com.klibisz.elastiknn::core:0.1.0-PRE12"

Ammonite REPL

import $ivy.`com.klibisz.elastiknn::core:0.1.0-PRE12`

<dependency>
  <groupId>com.klibisz.elastiknn</groupId>
  <artifactId>core_2.12</artifactId>
  <version>0.1.0-PRE12</version>
</dependency>

compile group: 'com.klibisz.elastiknn', name: 'core_2.12', version: '0.1.0-PRE12'