mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: typo in text_comparison_examples.md
This commit is contained in:
parent
ebfdfe3099
commit
377a45209b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user