Skip to content

Commit

Permalink
docs: update extraction_examples.ipynb (#26874)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackpeplinski authored Sep 25, 2024
1 parent 6f3c831 commit edf879d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/how_to/extraction_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand All @@ -457,7 +457,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"people=[]\n"
"people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n"
]
},
{
Expand Down

0 comments on commit edf879d

Please sign in to comment.