From 0f5d3b339009f0bc0d5a59356e82870d9f0f15d6 Mon Sep 17 00:00:00 2001 From: Tommertom Date: Sun, 9 Apr 2023 21:24:53 +0200 Subject: [PATCH] Typo docs - Update data_augmented_question_answering.ipynb propriterary-> proprietary (#2626) Minor typo propritary -> proprietary --- .../evaluation/data_augmented_question_answering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/evaluation/data_augmented_question_answering.ipynb b/docs/use_cases/evaluation/data_augmented_question_answering.ipynb index 7c2b41ff46e..0fcd455a16d 100644 --- a/docs/use_cases/evaluation/data_augmented_question_answering.ipynb +++ b/docs/use_cases/evaluation/data_augmented_question_answering.ipynb @@ -7,7 +7,7 @@ "source": [ "# Data Augmented Question Answering\n", "\n", - "This notebook uses some generic prompts/language models to evaluate an question answering system that uses other sources of data besides what is in the model. For example, this can be used to evaluate a question answering system over your propritary data.\n", + "This notebook uses some generic prompts/language models to evaluate an question answering system that uses other sources of data besides what is in the model. For example, this can be used to evaluate a question answering system over your proprietary data.\n", "\n", "## Setup\n", "Let's set up an example with our favorite example - the state of the union address."