Diff of Vector Indexing at f4ad753

@@ -8,2 +8,2 @@ IVF-DAC (for some reason), which is just inverted lists combined with product qu
 
-Graph-based approaches aim to create graphs such that a greedy search on the graph toward closer (by the vector distance metric) points rapidly converges on (most of the time) the best-matching point.
\ No newline at end of file
+Graph-based approaches aim to create graphs such that a greedy search on the graph toward closer (by the vector distance metric) vertices rapidly converges on (most of the time) the best-matching vertex. These generally offer better search time/recall tradeoffs but have worse build time and are in some sense more [[cursed]] algorithmically.
\ No newline at end of file