alexklibisz / elastiknn

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

Home Page:https://alexklibisz.github.io/elastiknn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop publishing Scala and Java libraries

alexklibisz opened this issue · comments

Background

To my knowledge, the Scala and Java libraries are not used anywhere outside of this project. They are quite tedious to maintain. Sonatype is a surprisingly flaky and primitive toolchain. In order to simplify #360, I'll stop publishing them sometime in the near future. If anyone has major concerns about this, speak now. It's entirely possible to publish from SBT, but I don't want to spend days fiddling with Sonatype if these artifacts are unused.

Deliverables

  • Stop publishing com.klibisz.elastiknn:model, com.klibisz.elastiknn:lucene, com.klibisz.elastiknn:client-java, com.klibisz.elastiknn:api4s, com.klibisz.elastiknn:client_elastic4s.
  • Update documentation and readme accordingly.

Related Issues