From edf879d32119532a46141b1d11ae7488a2eed20b Mon Sep 17 00:00:00 2001 From: Jack Peplinski <30737750+jackpeplinski@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:26:42 -0600 Subject: [PATCH] docs: update extraction_examples.ipynb (#26874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `Without examples 😿` and `With examples 😻` should have different outputs to illustrate their point. See v0.2 docs. https://python.langchain.com/docs/how_to/extraction_examples/#without-examples- If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17. --- docs/docs/how_to/extraction_examples.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/how_to/extraction_examples.ipynb b/docs/docs/how_to/extraction_examples.ipynb index 4c2c8627a0296..764e801f39ca4 100644 --- a/docs/docs/how_to/extraction_examples.ipynb +++ b/docs/docs/how_to/extraction_examples.ipynb @@ -436,14 +436,14 @@ "name": "stdout", "output_type": "stream", "text": [ - "people=[]\n" + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "people=[]\n" + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" ] }, { @@ -457,7 +457,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "people=[]\n" + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" ] }, {