You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,17 +79,17 @@ uv run --with mellea docs/examples/tutorial/example.py
79
79
80
80
| Notebook | Try in Colab | Goal |
81
81
|----------|--------------|------|
82
-
| Hello, World | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Quick‑start demo |
83
-
| Simple Email | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/simple_email.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Using the `m.instruct` primitive |
84
-
| Instruct-Validate-Repair | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/instruct_validate_repair.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces our first generative programming design pattern |
85
-
| Model Options | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notsbooks/model_options_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates how to pass model options through to backends |
86
-
| Sentiment Classifier | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/sentiment_classifier.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces the `@generative` decorator |
87
-
| Managing Context | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main//docs/examples/notebooks/context_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Shows how to construct and manage context in a `MelleaSession`|
88
-
| Generative OOP | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/table_mobject.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates object-oriented generative programming in Mellea |
89
-
| Rich Documents | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/document_mobject.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | A generative program that uses Docling to work with rich-text documents |
90
-
| Composing Generative Functions | <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/compositionality_with_generative_slots.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates contract-oriented programming in Mellea |
91
-
|`m serve`| <ahref="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/m_serve_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Serve a generative program as an openai-compatible model endpoint |
| Hello, World | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Quick‑start demo |
83
+
| Simple Email | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/simple_email.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Using the `m.instruct` primitive |
84
+
| Instruct-Validate-Repair | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/instruct_validate_repair.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces our first generative programming design pattern |
85
+
| Model Options | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notsbooks/model_options_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates how to pass model options through to backends |
86
+
| Sentiment Classifier | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/sentiment_classifier.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces the `@generative` decorator |
87
+
| Managing Context | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main//docs/examples/notebooks/context_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Shows how to construct and manage context in a `MelleaSession`|
88
+
| Generative OOP | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/table_mobject.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates object-oriented generative programming in Mellea |
89
+
| Rich Documents | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/document_mobject.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | A generative program that uses Docling to work with rich-text documents |
90
+
| Composing Generative Functions | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/compositionality_with_generative_slots.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates contract-oriented programming in Mellea |
91
+
|`m serve`| <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/m_serve_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Serve a generative program as an openai-compatible model endpoint |
0 commit comments