From 8893ba94dda53fea41cf34cd7ce5c3603cfaf50f Mon Sep 17 00:00:00 2001 From: simonpfish Date: Fri, 16 Jun 2023 17:28:49 -0700 Subject: [PATCH] update readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9cf433..c6efe73e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added/updated 🆕 ✨ -- [Augmenting Search with Query Generation and Embeddings](https://github.com/openai/openai-cookbook/blob/main/examples/Search_augmented_by_query_generation_and_embeddings_reranking.ipynb) [June 15th, 2023] +- [Question answering using a search API and re-ranking](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_a_search_API.ipynb.ipynb) [June 16th, 2023] - [How to call functions with Chat models](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb) [June 13th, 2023] - [Related resources from around the web](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web) [May 22, 2023] - [Embeddings playground (streamlit app)](apps/embeddings-playground/README.md) [May 19, 2023]