Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
- embeddings
- elasticsearch
- locality-sensitive-hashing
- semantic-search
- lucene
- nearest-neighbor-search
- similarity-search
- neural-search
- elasticsearch-plugin
Scala versions:
2.13
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:
Full Scala Version:
2.12
Developers:
libraryDependencies += "com.klibisz.elastiknn" %% "core" % "0.1.0-PRE12"
ivy"com.klibisz.elastiknn::core:0.1.0-PRE12"
//> using dep "com.klibisz.elastiknn::core:0.1.0-PRE12"
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'