Merge pull request #101 from anthropics/GarvanD-add-readme-citations

Add README to citations project
This commit is contained in:
Alex Albert
2024-11-01 12:39:05 -07:00
committed by GitHub
6 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Citations with Claude
Learn how to leverage Claude for accurate and verifiable information retrieval with citations.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.

View File

@@ -0,0 +1,11 @@
# Classification with Claude
Learn how to use Claude for classification tasks, especially in scenarios with complex business rules and limited training data.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.

View File

@@ -0,0 +1,11 @@
# Retrieval Augmented Generation with Contextual Embeddings
Learn how to improve RAG performance using contextual embeddings to add relevant context to each chunk before embedding.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.

View File

@@ -0,0 +1,11 @@
# Retrieval Augmented Generation with Claude
Learn how to enhance Claude's capabilities with domain-specific knowledge using Retrieval Augmented Generation (RAG).
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.

View File

@@ -0,0 +1,11 @@
# Summarization with Claude
Explore Claude's ability to summarize and synthesize information from multiple sources using various techniques.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.

View File

@@ -0,0 +1,11 @@
# Text-to-SQL with Claude
Learn how to generate complex SQL queries from natural language using prompting techniques, self-improvement, and RAG.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.