@@ -195,17 +195,12 @@ programming languages with appropriate bindings for Ruby.
195
195
196
196
### Clustering
197
197
198
- - [ flann] ( https://github.com/mariusmuja/flann ) -
199
- Fast Library for Approximate Nearest Neighbors.
200
- <sup >[[ flann] ( #flann )] </sup >
201
198
- [ kmeans-clusterer] ( https://github.com/gbuesing/kmeans-clusterer ) -
202
199
k-means clustering in Ruby.
203
200
- [ k_means] ( https://github.com/reddavis/K-Means ) -
204
201
Attempting to build a fast, memory efficient K-Means program.
205
202
- [ knn] ( https://github.com/reddavis/knn ) -
206
203
Simple K Nearest Neighbour Algorithm.
207
- - [ annoy-rb] ( https://github.com/yoshoku/annoy.rb ) -
208
- bindings for the [ Annoy] ( https://github.com/spotify/annoy ) (Approximate Nearest Neighbors Oh Yeah).
209
204
210
205
### Linear classifiers
211
206
@@ -240,8 +235,14 @@ programming languages with appropriate bindings for Ruby.
240
235
- [ lightgbm] ( https://github.com/ankane/lightgbm ) &mdash ;
241
236
Ruby bindings for LightGBM.
242
237
<sup >[[ dep: LightGBM] ( #lightgbm )] </sup >
243
-
238
+
244
239
### Vector search
240
+
241
+ - [ flann] ( https://github.com/mariusmuja/flann ) -
242
+ Fast Library for Approximate Nearest Neighbors.
243
+ <sup >[[ flann] ( #flann )] </sup >
244
+ - [ annoy-rb] ( https://github.com/yoshoku/annoy.rb ) -
245
+ bindings for the [ Annoy] ( https://github.com/spotify/annoy ) (Approximate Nearest Neighbors Oh Yeah).
245
246
- [ milvus] ( https://github.com/andreibondarev/milvus ) &mdash ;
246
247
Ruby client for Milvus Vector DB.
247
248
- [ pinecone] ( https://github.com/ScotterC/pinecone ) &mdash ;
0 commit comments