From 4c62362eabed5db7c22a939e9e2972f9d77d705c Mon Sep 17 00:00:00 2001 From: Filip Schouwenaars Date: Thu, 29 Feb 2024 20:25:01 +0100 Subject: [PATCH] Add links to relevant DataCamp code alongs (#18332) This PR adds links to some more free resources for people to get acquainted with Langhchain without having to configure their system. Co-authored-by: Filip Schouwenaars --- docs/docs/additional_resources/tutorials.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/additional_resources/tutorials.mdx b/docs/docs/additional_resources/tutorials.mdx index 49d3b4fda0..5b3944c396 100644 --- a/docs/docs/additional_resources/tutorials.mdx +++ b/docs/docs/additional_resources/tutorials.mdx @@ -25,6 +25,7 @@ Below are links to tutorials and courses on LangChain. For written guides on com ⛓ [LangChain Cheatsheet](https://pub.towardsai.net/langchain-cheatsheet-all-secrets-on-a-single-page-8be26b721cde) by **Ivan Reznikov** ### Short Tutorials + [LangChain Explained in 13 Minutes | QuickStart Tutorial for Beginners](https://youtu.be/aywZrzNaKjs) by [Rabbitmetrics](https://www.youtube.com/@rabbitmetrics) [LangChain Crash Course: Build an AutoGPT app in 25 minutes](https://youtu.be/MlK6SIjcjE8) by [Nicholas Renotte](https://www.youtube.com/@NicholasRenotte) @@ -33,6 +34,14 @@ Below are links to tutorials and courses on LangChain. For written guides on com ⛓ [LangChain 101 Course](https://medium.com/@ivanreznikov/langchain-101-course-updated-668f7b41d6cb) by **Ivan Reznikov** +### Code Alongs + +DataCamp has developed a [Become a Generative AI Developer series](https://www.datacamp.com/ai-code-alongs) featuring 9 free code-alongs, including ones on building chatbots using LangChain and the OpenAI and Pinecone APIs. When you start a code along, you are launched into a fully configured notebook environment with an expert-led video to guide you through the project. + +⛓ [Prompt Engineering with GPT & LangChain](https://www.datacamp.com/code-along/prompt-engineering-gpt-langchain) + +⛓ [Retrieval Augmented Generation with the OpenAI API & Pinecone]https://www.datacamp.com/code-along/retrieval-augmented-generation-openai-api-pinecone + ## Tutorials ### [LangChain for Gen AI and LLMs](https://www.youtube.com/playlist?list=PLIUOU7oqGTLieV9uTIFMm6_4PXg-hlN6F) by [James Briggs](https://www.youtube.com/@jamesbriggs)