You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/tutorials/extraction.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@
135
135
"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",
136
136
"\n",
137
137
":::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",
0 commit comments