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

Migrate to Scala 3

alexklibisz opened this issue · comments

Background

As the title suggests, migrate from Scala 2.13 to Scala 3. As per #392 , I do not plan to publish libraries, and so I do not plan to cross-build for Scala 2.x and 3.x.

Deliverables

  • Entire codebase in latest Scala 3.

Related Issues