mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
Typo docs - Update data_augmented_question_answering.ipynb propriterary-> proprietary (#2626)
Minor typo propritary -> proprietary
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Data Augmented Question Answering\n",
|
"# Data Augmented Question Answering\n",
|
||||||
"\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",
|
"\n",
|
||||||
"## Setup\n",
|
"## Setup\n",
|
||||||
"Let's set up an example with our favorite example - the state of the union address."
|
"Let's set up an example with our favorite example - the state of the union address."
|
||||||
|
Reference in New Issue
Block a user