alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
https://alexklibisz.github.io/elastiknn
Apache License 2.0
371 stars 48 forks source link

Build: use sbt-tpolecat plugin for stricter compilation #589

Closed alexklibisz closed 11 months ago

alexklibisz commented 11 months ago

Related Issue

Distantly related to #393

Changes

Using https://github.com/typelevel/sbt-tpolecat to make compilation stricter. Disabled a couple of the rules for testing.

Testing and Validation

Standard CI