Merge pull request #291 from liuliuOD/fix/text_comparison_examples

[Fix] typo in text_comparison_examples.md
This commit is contained in:
Ted Sanders 2023-03-28 09:44:06 -07:00 committed by GitHub
commit f03a69b49c

View File

@ -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). 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 ## Question answering