From 099dd9f405e69b0c483e9524b4c487e1735ff507 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 14 Feb 2023 10:33:59 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a3b45ee..b088728 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ To run these examples, you'll need an OpenAI account and associated API key ([cr Most code examples are written in Python, though the concepts can be applied in any language. +## Recently added 🆕 ✨ + +Below are new notebooks or scripts that are new to the cookbook or have recently gone through large updates: + +- [Retrieval Enhanced Generative Question Answering with Pinecone](https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/pinecone/Gen_QA.ipynb) [Feb 8th, 2023] +- [Website Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-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] +- [File Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/file-q-and-a) [Feb 11th, 2023] + ## Guides & examples - API usage From a0fbbabe585e4c8311c92aa0f68a56bf014774cd Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 14 Feb 2023 10:37:31 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b088728..e8fdab3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added 🆕 ✨ -Below are new notebooks or scripts that are new to the cookbook or have recently gone through large updates: +Below are new notebooks or scripts that are new to the Cookbook or have recently gone through large updates: - [Retrieval Enhanced Generative Question Answering with Pinecone](https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/pinecone/Gen_QA.ipynb) [Feb 8th, 2023] - [Website Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-q-and-a) [Feb 11th, 2023] From 873280b5bdefd3f96c2e5c229bf056c9c450c10e Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 14 Feb 2023 12:28:58 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8fdab3..a05c5ac 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ Most code examples are written in Python, though the concepts can be applied in ## Recently added 🆕 ✨ -Below are new notebooks or scripts that are new to the Cookbook or have recently gone through large updates: - -- [Retrieval Enhanced Generative Question Answering with Pinecone](https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/pinecone/Gen_QA.ipynb) [Feb 8th, 2023] - [Website Q&A with Embeddings](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-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] - [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] +- [Retrieval Enhanced Generative Question Answering with Pinecone](https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/pinecone/Gen_QA.ipynb) [Feb 8th, 2023] + ## Guides & examples