Skip to content

Commit

Permalink
Merge pull request anthropics#15 from pH-7/update-broken-link
Browse files Browse the repository at this point in the history
Fix broken link "support.anthropic.com"
  • Loading branch information
alexalbertt committed Mar 14, 2024
2 parents 0d875d9 + a4ca3b8 commit cd6f2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ While the code examples are primarily written in Python, the concepts can be ada
Looking for more resources to enhance your experience with Claude and AI assistants? Check out these helpful links:

- [Anthropic developer documentation](https://docs.anthropic.com/claude/docs/guide-to-anthropics-prompt-engineering-resources)
- [Anthropic support docs](support.anthropic.com)
- [Anthropic support docs](https://support.anthropic.com)
- [Anthropic Discord community](https://www.anthropic.com/discord)

## Contributing
Expand All @@ -30,7 +30,7 @@ If you have ideas for new examples or guides, share them on the [issues page](ht
- [Tool use & function calling](https://github.com/anthropics/anthropic-cookbook/blob/main/function_calling/function_calling.ipynb): Learn how to integrate Claude with external tools and functions to extend its capabilities, including how to prompt Claude to [make SQL queries](https://github.com/anthropics/anthropic-cookbook/blob/main/misc/how_to_make_sql_queries.ipynb).
- [Retrieval augmented generation](https://github.com/anthropics/anthropic-cookbook/tree/main/third_party): Learn how to supplement Claude's knowledge and improve the accuracy and relevance of Claude's responses with data retrieved from [vector databases](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Pinecone/rag_using_pinecone.ipynb), [Wikipedia](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Wikipedia/wikipedia-search-cookbook.ipynb/), and the [internet](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Brave/web_search_using_brave.ipynb).
- [Embeddings](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/VoyageAI/how_to_create_embeddings.md): Learn how to use Voyage AI to handle embeddings.
- [Use images with Claude](https://github.com/anthropics/anthropic-cookbook/tree/main/multimodal): This cookbook has tips on [getting started with images](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/getting_started_with_vision.ipynb) and [best practice techniques](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/best_practices_for_vision.ipynb) to ensure the highest quality performance with images. See how you can effectively prompt Claude with images to carry out tasks such as [interpreting and analyzing charts](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/reading_charts_graphs_powerpoints.ipynb) or [extracting content from forms](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/how_to_trascribe_text.ipynb).
- [Use images with Claude](https://github.com/anthropics/anthropic-cookbook/tree/main/multimodal): This cookbook has tips on [getting started with images](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/getting_started_with_vision.ipynb) and [best practice techniques](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/best_practices_for_vision.ipynb) to ensure the highest quality performance with images. See how you can effectively prompt Claude with images to carry out tasks such as [interpreting and analyzing charts](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/reading_charts_graphs_powerpoints.ipynb) or [extracting content from forms](https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/how_to_transcribe_text.ipynb).
- [Generate images with Claude](https://github.com/anthropics/anthropic-cookbook/blob/main/misc/how_to_generate_imgaes.ipynb): This cookbook will show you how to have Claude generate images via Stable Diffusion.
- [Upload PDFs to Claude](https://github.com/anthropics/anthropic-cookbook/blob/main/misc/pdf_upload_summarization.ipynb): Discover how to parse and pass PDFs as text to Claude
- [Automated evaluations](https://github.com/anthropics/anthropic-cookbook/blob/main/misc/building_evals.ipynb): Discover how to use Claude to automate the prompt evaluation process.
Expand Down

0 comments on commit cd6f2ce

Please sign in to comment.