docs: update extraction_examples.ipynb (#26874)

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.
This commit is contained in:
Jack Peplinski 2024-09-25 15:26:42 -06:00 committed by GitHub
parent 6f3c8313ba
commit edf879d321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -436,7 +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=[Person(name='earth', hair_color='null', height_in_meters='null')]\n"
]
},
{
@ -450,14 +457,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"people=[]\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"people=[]\n"
"people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n"
]
},
{