diff --git a/docs/_posts/2021-07-30-how-does-elastiknn-work.md b/docs/_posts/2021-07-30-how-does-elastiknn-work.md index 2cbf230ce..1192aa7f2 100644 --- a/docs/_posts/2021-07-30-how-does-elastiknn-work.md +++ b/docs/_posts/2021-07-30-how-does-elastiknn-work.md @@ -220,7 +220,7 @@ Intuitively, this method hashes a vector $$v$$ as follows: The process looks like this: -Visualization of L2 LSH hashing +Visualization of L2 LSH hashing We can intuit that a vector close to $$v$$ would be likely to hash to the same section of $$A_j$$.