Skip to content

Commit

Permalink
Docs: fix image URLs (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Nov 19, 2023
1 parent 3857ba8 commit e0ccc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The demo is available [as a notebook in the Github repo.](https://github.com/ale

Here are the slides:

<iframe width="800" height="420" src="/assets/downloads/elastic-meetup-2020-12-15-slides.pdf" frameborder="0" allowfullscreen></iframe>
<iframe width="800" height="420" src="/elastiknn/assets/downloads/elastic-meetup-2020-12-15-slides.pdf" frameborder="0" allowfullscreen></iframe>
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 @@ -284,7 +284,7 @@ Elasticsearch and Lucene handle everything else: serving requests, indexing docu

Without further ado, behold the boxes and arrows:

<img src="/assets/images/how-does-elastiknn-work-00.jpg" alt="Diagram overview of Elastiknn"/>
<img src="/elastiknn/assets/images/how-does-elastiknn-work-00.jpg" alt="Diagram overview of Elastiknn"/>

The most important and interesting parts of Elastiknn are the LSH models and the custom `MatchHashesAndScoreQuery`.
The LSH models are used in the `TypeMapper` and `KnnQueryBuilder` to convert vectors into Lucene fields.
Expand Down

0 comments on commit e0ccc69

Please sign in to comment.