lambdaworks / zio-elasticsearch

ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.
https://lambdaworks.github.io/zio-elasticsearch/
Apache License 2.0
60 stars 18 forks source link

Add support for knn #381

Closed AdrielC closed 9 months ago

AdrielC commented 9 months ago

Add support for K Nearest Neighbor in ZIO-elasticsearch.

Updates to the api should allow for programatically defining these fields:

AdrielC commented 9 months ago

Here is a class def for what we need in the query API