From a68df27700e5683cb93d42fccfecdeb49981a887 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Wed, 15 Feb 2023 15:32:58 -0600 Subject: [PATCH] Add in the new Redis notebook to "new" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a05c5ac..73916d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added 🆕 ✨ +- [Using Vector Databases for Embeddings Search with Redis](https://github.com/openai/openai-cookbook/tree/main/examples/vector_databases/redis) [Feb 15th, 2023] - [Website Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-q-and-a) [Feb 11th, 2023] - [File Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/file-q-and-a) [Feb 11th, 2023] - [Visualize Embeddings in Weights & Biases](https://github.com/openai/openai-cookbook/blob/main/examples/Visualizing_embeddings_in_W%26B.ipynb) [Feb 9th, 2023]