Skip to content

Commit 063ad43

Browse files
authored
spell correct (#360)
1 parent 09c05c0 commit 063ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/34_Extractive_QA_Pipeline.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"\n",
566566
"Your extractive QA pipeline will consist of three components: an embedder, retriever, and reader.\n",
567567
"\n",
568-
"- The `SentenceTransformersTextEmbedder` turns a query into a vector, usaing the same embedding model defined above.\n",
568+
"- The `SentenceTransformersTextEmbedder` turns a query into a vector, using the same embedding model defined above.\n",
569569
"\n",
570570
"- Vector search allows the retriever to efficiently return relevant documents from the document store. Retrievers are tightly coupled with document stores; thus, you'll use an `InMemoryEmbeddingRetriever`to go with the `InMemoryDocumentStore`.\n",
571571
"\n",

0 commit comments

Comments
 (0)