This folder contains recipes for the Data-Beans-Demo.
Recipes are lightweight autocontained demos that showcase different Google Cloud features using the data-beans-demo data
# | Recipe name | Description | Contributor |
---|---|---|---|
1 | Gemma RAG | Open source RAG process using open source models like gemman and sentence-T5 | Luis Velasco |
To create a new recipe, follow these steps:
- Create a new folder in the
recipes
directory. - Give the folder a name that describes the recipe.
- Add your code inside, usually that would be a notebook, an architecture diagram and a README file
- Update the index section of this file