From 0b7729db8ff17ea53cd8d48d913e85dae2f3397d Mon Sep 17 00:00:00 2001 From: Zack Witten Date: Tue, 15 Aug 2023 14:59:19 -0700 Subject: [PATCH] add links to readme + rename mc_qa notebook --- README.md | 11 +++++++++-- .../{long_context_cookbook.ipynb => mc_qa.ipynb} | 0 long_context/readme.md | 9 --------- 3 files changed, 9 insertions(+), 11 deletions(-) rename long_context/{long_context_cookbook.ipynb => mc_qa.ipynb} (100%) delete mode 100644 long_context/readme.md diff --git a/README.md b/README.md index 13bcc43..158d525 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# cookbook -A collection of notebooks/recipes showcasing some fun and effective ways of using Claude. +# Claude Cookbook + +This cookbook contains recipes for making cool stuff with [Claude](https://claude.ai). So far, all the recipes live in Jupyter notebooks. You'll need an Anthropic API key, which you can apply for [here](https://www.anthropic.com/earlyaccess). + +## Recipes + +[Long Context: Q&A](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/mc_qa.ipynb)\ +[Long Context: Wikipedia Search](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/wikipedia-search-cookbook.ipynb)\ +[Long Context: PDF "Upload" and Summarization](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/pdf_upload_summarization.ipynb)\ diff --git a/long_context/long_context_cookbook.ipynb b/long_context/mc_qa.ipynb similarity index 100% rename from long_context/long_context_cookbook.ipynb rename to long_context/mc_qa.ipynb diff --git a/long_context/readme.md b/long_context/readme.md deleted file mode 100644 index bcc4342..0000000 --- a/long_context/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -# Claude Cookbook - -This cookbook contains recipes for making cool stuff with [Claude](https://claude.ai). So far, all the recipes live in Jupyter notebooks. You'll need an Anthropic API key, which you can apply for [here](https://www.anthropic.com/earlyaccess). - -## Recipes - -[Long Context: Q&A]() -[Long Context: Wikipedia Search]() -[Long Context: PDF "Upload" and Summarization]() \ No newline at end of file