Tutorial: Building a Search App Through SDK

This tutorial teaches you how to build a fully-fledged search system using your SDK.

  • Level: Intermediate
  • Time to complete: 15 minutes
  • Prerequisites:
    • This tutorial assumes some knowledge of NLP and good knowledge of Python.
    • You must be an Admin to complete this tutorial.
  • Goal: After completing this tutorial, you will have built a complete English question answering app using your local SDK.

SDK is the best place to learn how to do things with code so we created a tutorial in Jupyter Notebooks, where you can immediately run your code and test it out.

To access the tutorial:

  1. Go to deepset Cloud and click Notebooks.
  2. Select GPU and wait until the server is ready.
  3. Once the server is created, click Go to JupyterLab.
  4. From the examples folder, open a notebook called 01_getting_started_sdk.ipynb and follow the instructions there.

Related Links