Update README.md

This commit is contained in:
Logan Kilpatrick 2023-02-14 10:37:31 -06:00 committed by GitHub
parent 099dd9f405
commit a0fbbabe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]