From 1ebcbf1d11578cb55db26013c745dc1e5722966e Mon Sep 17 00:00:00 2001 From: Ahmad Elmalah Date: Mon, 26 May 2025 22:30:05 +0300 Subject: [PATCH] Docs: Fixing a little typo in extraction tutorial (#31360) Just a little typo: force should be forced --- docs/docs/tutorials/extraction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/extraction.ipynb b/docs/docs/tutorials/extraction.ipynb index 2c18e52ae95..c85bfdbdbb5 100644 --- a/docs/docs/tutorials/extraction.ipynb +++ b/docs/docs/tutorials/extraction.ipynb @@ -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", "\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", "## The Extractor\n",