mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
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:
parent
6f3c8313ba
commit
edf879d321
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user