Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
- nearest-neighbor-search
- neural-search
- locality-sensitive-hashing
- lucene
- similarity-search
- embeddings
- elasticsearch-plugin
- elasticsearch
- semantic-search
Scala versions:
2.13
core 0.1.0-PRE16
Group ID:
com.klibisz.elastiknn
Artifact ID:
core_2.12
Version:
0.1.0-PRE16
Release Date:
Apr 19, 2020
Licenses:
Files:
Full Scala Version:
2.12
Developers:
libraryDependencies += "com.klibisz.elastiknn" %% "core" % "0.1.0-PRE16"
ivy"com.klibisz.elastiknn::core:0.1.0-PRE16"
//> using dep "com.klibisz.elastiknn::core:0.1.0-PRE16"
import $ivy.`com.klibisz.elastiknn::core:0.1.0-PRE16`
<dependency> <groupId>com.klibisz.elastiknn</groupId> <artifactId>core_2.12</artifactId> <version>0.1.0-PRE16</version> </dependency>
compile group: 'com.klibisz.elastiknn', name: 'core_2.12', version: '0.1.0-PRE16'