Skip to content

Commit bfe4db4

Browse files
authored
tutorial typo fix (#311)
DocumenStore -> DocumentStore
1 parent 05e037a commit bfe4db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/27_First_RAG_Pipeline.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@
207207
"source": [
208208
"## Fetching and Indexing Documents\n",
209209
"\n",
210-
"You'll start creating your question answering system by downloading the data and indexing the data with its embeddings to a DocumenStore. \n",
210+
"You'll start creating your question answering system by downloading the data and indexing the data with its embeddings to a DocumentStore. \n",
211211
"\n",
212-
"In this tutorial, you will take a simple approach to writing documents and their embeddings into the DocumenStore. For a full indexing pipeline with preprocessing, cleaning and splitting, check out our tutorial on [Preprocessing Different File Types](https://haystack.deepset.ai/tutorials/30_file_type_preprocessing_index_pipeline).\n",
212+
"In this tutorial, you will take a simple approach to writing documents and their embeddings into the DocumentStore. For a full indexing pipeline with preprocessing, cleaning and splitting, check out our tutorial on [Preprocessing Different File Types](https://haystack.deepset.ai/tutorials/30_file_type_preprocessing_index_pipeline).\n",
213213
"\n",
214214
"\n",
215215
"### Initializing the DocumentStore\n",

0 commit comments

Comments
 (0)