Skip to content

Commit 0158ac6

Browse files
committed
Merge branch 'main' into tests-isolation
2 parents 586e08c + 0804cfd commit 0158ac6

File tree

5 files changed

+572
-4
lines changed

5 files changed

+572
-4
lines changed

docs/examples/generative_slots/inter_module_composition/summarizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def summarize_contract(contract_text: str) -> str:
1313

1414
@generative
1515
def summarize_short_story(story: str) -> str:
16-
"""Summarize a short story, with one paragraph on plot and one paragraph on braod themes."""
16+
"""Summarize a short story, with one paragraph on plot and one paragraph on broad themes."""

docs/examples/notebooks/compositionality_with_generative_slots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"\n",
9696
"@generative\n",
9797
"def summarize_short_story(story: str) -> str:\n",
98-
" \"\"\"Summarize a short story, with one paragraph on plot and one paragraph on braod themes.\"\"\""
98+
" \"\"\"Summarize a short story, with one paragraph on plot and one paragraph on broad themes.\"\"\""
9999
]
100100
},
101101
{

docs/examples/notebooks/document_mobject.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"outputs": [],
6262
"source": [
63-
"!uv pip install mellea -q"
63+
"!uv pip install mellea[docling]"
6464
]
6565
},
6666
{

0 commit comments

Comments
 (0)