Skip to content

Commit 1ebcbf1

Browse files
authored
Docs: Fixing a little typo in extraction tutorial (#31360)
Just a little typo: force should be forced
1 parent 611a3cb commit 1ebcbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorials/extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"2. Do not force the LLM to make up information! Above we used `Optional` for the attributes allowing the LLM to output `None` if it doesn't know the answer.\n",
136136
"\n",
137137
":::important\n",
138-
"For best performance, document the schema well and make sure the model isn't force to return results if there's no information to be extracted in the text.\n",
138+
"For best performance, document the schema well and make sure the model isn't forced to return results if there's no information to be extracted in the text.\n",
139139
":::\n",
140140
"\n",
141141
"## The Extractor\n",

0 commit comments

Comments
 (0)