mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix link
This commit is contained in:
parent
535f545be7
commit
27ed4dc8c9
@ -462,7 +462,7 @@ In more advanced search systems, the the cosine similarity of embeddings can be
|
||||
|
||||
Recommendations are quite similar to search, except that instead of a free-form text query, the inputs are items in a set. And instead of using pairs of doc-query models, you can use a single symmetric similarity model (e.g., `text-similarity-curie-001`).
|
||||
|
||||
An example of how to use embeddings for recommendations is shown in [Recommendations.ipynb](examples/Recommendations.ipynb).
|
||||
An example of how to use embeddings for recommendations is shown in [Recommendation_using_embeddings.ipynb](examples/Recommendation_using_embeddings.ipynb).
|
||||
|
||||
Similar to search, these cosine similarity scores can either be used on their own to rank items or as features in larger ranking algorithms.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user