mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
Docs: Fixing a little typo in extraction tutorial (#31360)
Just a little typo: force should be forced
This commit is contained in:
parent
611a3cb02a
commit
1ebcbf1d11
@ -135,7 +135,7 @@
|
|||||||
"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",
|
"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",
|
||||||
"\n",
|
"\n",
|
||||||
":::important\n",
|
":::important\n",
|
||||||
"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",
|
"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",
|
||||||
":::\n",
|
":::\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## The Extractor\n",
|
"## The Extractor\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user