From 377a45209bd5d5d61cf19bfe29662c1ac06eec73 Mon Sep 17 00:00:00 2001 From: liuliu Date: Tue, 28 Mar 2023 18:23:06 +0800 Subject: [PATCH] fix: typo in text_comparison_examples.md --- text_comparison_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_comparison_examples.md b/text_comparison_examples.md index 0d18adb9..5ed1842c 100644 --- a/text_comparison_examples.md +++ b/text_comparison_examples.md @@ -28,7 +28,7 @@ The simplest way to use embeddings for search is as follows: An example of how to use embeddings for search is shown in [Semantic_text_search_using_embeddings.ipynb](examples/Semantic_text_search_using_embeddings.ipynb). -In more advanced search systems, the the cosine similarity of embeddings can be used as one feature among many in ranking search results. +In more advanced search systems, the cosine similarity of embeddings can be used as one feature among many in ranking search results. ## Question answering