Skip to content

Commit

Permalink
Merge pull request #27 from vespa-engine/tgm/cord19-use-case
Browse files Browse the repository at this point in the history
Start cord19 use case documentation
  • Loading branch information
Thiago G. Martins committed Oct 16, 2020
2 parents 1855983 + aab4460 commit d30fd62
Show file tree
Hide file tree
Showing 4 changed files with 70,748 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Vespa python API
install
quickstart
howto
usecases
reference-api

Vespa_ is the scalable open-sourced serving engine that enable us to store, compute and rank big data at user
Expand Down Expand Up @@ -53,6 +54,11 @@ How-to guides
- :doc:`evaluation`
- :doc:`collect-training-data`

Use cases
+++++++++

- :doc:`use_cases/cord19/cord19`

Indices and tables
==================

Expand Down
15 changes: 15 additions & 0 deletions docs/sphinx/source/use_cases/cord19/cord19.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CORD-19 search app
==================

The team behind `vespa.ai <https://vespa.ai/>`_ have built and open-sourced a `CORD-19 search engine <https://cord19.vespa.ai/>`_.
Thanks to advanced Vespa features such as
`Approximate Nearest Neighbors Search <https://blog.vespa.ai/approximate-nearest-neighbor-search-in-vespa-part-1/>`_
and `Tranformers support via ONNX <https://blog.vespa.ai/introducing-nlp-with-transformers-on-vespa/>`_ it comes with
the most advanced NLP methodology applied to search that is currently available.

In this tutorial we illustrate how to evaluate and improve this application.

.. toctree::
:maxdepth: 1

cord19_download_parse_trec_covid
70,715 changes: 70,715 additions & 0 deletions docs/sphinx/source/use_cases/cord19/cord19_download_parse_trec_covid.ipynb

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/sphinx/source/usecases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Use cases
=========

This space will highlight use cases built with Vespa_.

.. _Vespa: https://vespa.ai/


.. toctree::
:maxdepth: 2

use_cases/cord19/cord19

0 comments on commit d30fd62

Please sign in to comment.