8000 relocate flann and annoy-rb to Vector search section · arbox/machine-learning-with-ruby@bd8c2eb · GitHub
[go: up one dir, main page]

< 8000 div data-turbo-body class="logged-out env-production page-responsive" style="word-wrap: break-word;">
Skip to content

Commit bd8c2eb

Browse files
committed
relocate flann and annoy-rb to Vector search section
1 parent db2ead1 commit bd8c2eb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,12 @@ programming languages with appropriate bindings for Ruby.
195195

196196
### Clustering
197197

198-
- [flann](https://github.com/mariusmuja/flann) -
199-
Fast Library for Approximate Nearest Neighbors.
200-
<sup>[[flann](#flann)]</sup>
201198
- [kmeans-clusterer](https://github.com/gbuesing/kmeans-clusterer) -
202199
k-means clustering in Ruby.
203200
- [k_means](https://github.com/reddavis/K-Means) -
204201
Attempting to build a fast, memory efficient K-Means program.
205202
- [knn](https://github.com/reddavis/knn) -
206203
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).
209204

210205
### Linear classifiers
211206

@@ -240,8 +235,14 @@ programming languages with appropriate bindings for Ruby.
240235
- [lightgbm](https://github.com/ankane/lightgbm) &mdash;
241236
Ruby bindings for LightGBM.
242237
<sup>[[dep: LightGBM](#lightgbm)]</sup>
243-
238+
244239
### 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).
245246
- [milvus](https://github.com/andreibondarev/milvus) &mdash;
246247
Ruby client for Milvus Vector DB.
247248
- [pinecone](https://github.com/ScotterC/pinecone) &mdash;

0 commit comments

Comments
 (0)
0