Skip to content

Commit 9ce8a54

Browse files
authored
typo: Embeddint -> Embedding (#322)
1 parent c23b14d commit 9ce8a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/39_Embedding_Metadata_for_Improved_Retrieval.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"\n",
285285
"We will then be able to compare the results and see if embedding metadata has helped with retrieval in this case.\n",
286286
"\n",
287-
"> 💡 Here, we are using the `InMemoryEmbeddintRetriever` because we used the `InMemoryDocumentStore` above. If you're using another document store, change this to use the accompanying embedding retriever for the document store you are using. Check out the [Embedders Documentation](https://docs.haystack.deepset.ai/v2.0/docs/embedders) for a full list"
287+
"> 💡 Here, we are using the `InMemoryEmbeddingRetriever` because we used the `InMemoryDocumentStore` above. If you're using another document store, change this to use the accompanying embedding retriever for the document store you are using. Check out the [Embedders Documentation](https://docs.haystack.deepset.ai/v2.0/docs/embedders) for a full list"
288288
]
289289
},
290290
{

0 commit comments

Comments
 (0)