From 230376f183af761b651624133249572c25babc44 Mon Sep 17 00:00:00 2001 From: Sholto Armstrong <46250125+sjnarmstrong@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:05:33 +0200 Subject: [PATCH] docs: Fix typo in citations example (#20218) Small typo in the citations notebook "ojbects" changed to "objects" --- docs/docs/use_cases/question_answering/citations.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/question_answering/citations.ipynb b/docs/docs/use_cases/question_answering/citations.ipynb index a86d1b8be80..c25d2f2ea8f 100644 --- a/docs/docs/use_cases/question_answering/citations.ipynb +++ b/docs/docs/use_cases/question_answering/citations.ipynb @@ -184,7 +184,7 @@ "## Function-calling\n", "\n", "### Cite documents\n", - "Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic ojbects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:" + "Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic objects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:" ] }, {