Skip to content

Commit

Permalink
Merge pull request #340 from jina-ai/fix-hw-template
Browse files Browse the repository at this point in the history
fix: hello world template
  • Loading branch information
hanxiao authored Apr 28, 2020
2 parents 0e9fb9d + e7cc207 commit c86f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/resources/helloworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h2 style="color: #1E6E73">What just happened?</h2>
<span>This is Jina's <pre style="display: inline;">hello-world</pre>, end-to-endly. It downloads Fashion-MNIST dataset and indexes 60,000 images via Jina search framework. The index is stored into multiple <i>shards</i>. We then randomly sample unseen images as <i>Queries</i>, ask Jina to retrieve relevant results. Below is Jina's retrievals, where the left-most column is query image. </span>
<br>
<span>Intrigued? Learn more about Jina and checkout our Github!</span>
<span>Intrigued? Learn more about Jina and <a href="https://opensource.jina.ai">checkout our Github!</a></span>
</div>
<hr style="border: 1px dashed #009999;">

Expand Down

0 comments on commit c86f4a8

Please sign in to comment.