Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
do-me authored Oct 17, 2023
1 parent e556b9e commit 92418a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="container mt-5">
<div class="row justify-content-center">
<h1>CORDIS: EU research results</h1>
<p>A basic semantic search app based on 133.952 public pdfs (~2TB) from <a href="https://cordis.europa.eu/search/en" target="_blank">CORDIS</a> chunked and indexed (mean embedding of all
<p>A basic semantic search app based on 133.952 public pdfs (~400GB) from <a href="https://cordis.europa.eu/search/en" target="_blank">CORDIS</a> chunked and indexed (mean embedding of all
chunks) in a ~38MB gzipped json with <a href="https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2" target="_blank">all-MiniLM-L6-v2</a>. Enter any query and hit submit or enter. App loads ~50Mb of
resources of data and scripts. More information on <a href="https://github.com/do-me/cordis-semantic-search" target="_blank">GitHub</a>. Currently only working on Chromium-based browsers (e.g. Chrome & Edge).</p>
<div class="col-md-6 text-center">
Expand Down Expand Up @@ -53,4 +53,4 @@ <h1>CORDIS: EU research results</h1>
</div>
</body>

</html>
</html>

0 comments on commit 92418a7

Please sign in to comment.