Tutorials
In this section we guide newcomers through the most basic usage pattern in Superduper.
For more detailed, flexible and realistic use-cases, refer to the use-cases section.
📄️ Vector search
Since vector-search is all-the-rage right now,
📄️ Listening for new data
In Superduper, AI models may be configured to listen for newly inserted data.
📄️ Basic RAG tutorial
In this tutorial we show you how to do retrieval augmented generation (RAG) with Superduper.
📄️ Training and Managing MNIST Predictions with superduper
This tutorial guides you through the implementation of a classic machine learning task: MNIST handwritten digit recognition. The twist? We perform the task directly on data hosted in a database using superduper.
📄️ Custom serialization
In this tutorial, we demonstrate how developers can flexibily and portably define
📄️ Eager Mode (Alpha)
Eager Mode is an interactive way to build superduper applications.
📄️ Reusable Superduper applications and templates
Superduper includes two components, Application and Template, to help users more easily build reusable Superduper applications.