Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.predibase.com/llms.txt

Use this file to discover all available pages before exploring further.

This tutorial demonstrates how to combine supervised machine learning with large language models by:
  1. Using the Predibase SDK to train a recommender system (recsys) model
  2. Taking the results from the recsys model to generate personalized outreach emails using a large language model
You can find the complete example code and application in our GitHub repository.