sudo-suhas / elastic-builder

A Node.js implementation of the elasticsearch Query DSL :construction_worker:
https://elastic-builder.js.org
MIT License
508 stars 75 forks source link

Elasticsearch 8.x compatibility? #171

Open nickchomey opened 1 year ago

nickchomey commented 1 year ago

The readme says this was updated to provide 5.x compatibility, but that was a while ago. I don't see anything related to the new dense vector and knn features, for example. Do you have plans to update Elastic Builder to be compatible with the latest APIs?

sudo-suhas commented 1 year ago

I have not been able to find time to work on the library beyond minor maintenance and accepting PRs. I have some thoughts on rewriting the library so that it can cater to any given version of Elasticsearch but I do not know if or when I will be able to develop and release it.

That said, I would be happy to review and merge changes supporting these new features.

nickchomey commented 1 year ago

Understood, thanks! I'll give this package a try once I start working on this aspect of my project. If I find anything missing that I need, I'll see what I can do about adding compatibility.