Skip to content

Commit

Permalink
Docs: fix another image URL (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Nov 19, 2023
1 parent e0ccc69 commit 7ccdc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2021-07-30-how-does-elastiknn-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Intuitively, this method hashes a vector $$v$$ as follows:

The process looks like this:

<img src="/assets/images/how-does-elastiknn-work-L2-lsh.jpg" alt="Visualization of L2 LSH hashing"/>
<img src="/elastiknn/assets/images/how-does-elastiknn-work-L2-lsh.jpg" alt="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$$.

Expand Down

0 comments on commit 7ccdc10

Please sign in to comment.