arbox / machine-learning-with-ruby

Curated list: Resources for machine learning in Ruby
Creative Commons Zero v1.0 Universal
2.12k stars 180 forks source link

Add hnwlib.rb and ngt-ruby gems to Vector search #40

Closed yoshoku closed 1 year ago

yoshoku commented 1 year ago

I would like to add the hnswlib.rb and ngt-ruby gems to the Vector search section. They are ruby bindings for vector search with graph structure. In addition, I relocated the flann and annoy-rb gems to the Vector search section from the Clustering section. Since they provide vector search functions with tree structure, they are better listed in the Vector search section rather than the Clustering section.

--

I want to contribute to this list and help the maintainers, so:

arbox commented 1 year ago

@yoshoku, appreciate your interest to contribute to this list!