From 901e09aa302fa0d2729aaba3e98d5c7e0ffab129 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 16 May 2024 09:56:32 -0700 Subject: [PATCH] docs: datacamp course (#21767) --- docs/docs/additional_resources/tutorials.mdx | 18 +++++++----------- docs/docusaurus.config.js | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/docs/additional_resources/tutorials.mdx b/docs/docs/additional_resources/tutorials.mdx index f1f781f395..0098a17948 100644 --- a/docs/docs/additional_resources/tutorials.mdx +++ b/docs/docs/additional_resources/tutorials.mdx @@ -1,18 +1,10 @@ -# Tutorials - -## Books and Handbooks - -- [Generative AI with LangChain](https://www.amazon.com/Generative-AI-LangChain-language-ChatGPT/dp/1835083463/ref=sr_1_1?crid=1GMOMH0G7GLR&keywords=generative+ai+with+langchain&qid=1703247181&sprefix=%2Caps%2C298&sr=8-1) by [Ben Auffrath](https://www.amazon.com/stores/Ben-Auffarth/author/B08JQKSZ7D?ref=ap_rdr&store_ref=ap_rdr&isDramIntegrated=true&shoppingPortalEnabled=true), ©️ 2023 Packt Publishing -- [LangChain AI Handbook](https://www.pinecone.io/learn/langchain/) By **James Briggs** and **Francisco Ingham** -- [LangChain Cheatsheet](https://pub.towardsai.net/langchain-cheatsheet-all-secrets-on-a-single-page-8be26b721cde) by **Ivan Reznikov** - +# 3rd Party Tutorials ## Tutorials ### [LangChain v 0.1 by LangChain.ai](https://www.youtube.com/playlist?list=PLfaIDFEXuae0gBSJ9T0w7cu7iJZbH3T31) ### [Build with Langchain - Advanced by LangChain.ai](https://www.youtube.com/playlist?list=PLfaIDFEXuae06tclDATrMYY0idsTdLg9v) ### [LangGraph by LangChain.ai](https://www.youtube.com/playlist?list=PLfaIDFEXuae16n2TWUkKq5PgJ0w6Pkwtg) - ### [by Greg Kamradt](https://www.youtube.com/playlist?list=PLqZXAkvF1bPNQER9mLmDbntNfSpzdDIU5) ### [by Sam Witteveen](https://www.youtube.com/playlist?list=PL8motc6AQftk1Bs42EW45kwYbyJ4jOdiZ) ### [by James Briggs](https://www.youtube.com/playlist?list=PLIUOU7oqGTLieV9uTIFMm6_4PXg-hlN6F) @@ -20,7 +12,6 @@ ### [by Mayo Oshin](https://www.youtube.com/@chatwithdata/search?query=langchain) ### [by 1 little Coder](https://www.youtube.com/playlist?list=PLpdmBGJ6ELUK-v0MK-t4wZmVEbxM5xk6L) - ## Courses ### Featured courses on Deeplearning.AI @@ -33,6 +24,7 @@ ### Online courses - [Udemy](https://www.udemy.com/courses/search/?q=langchain) +- [DataCamp](https://www.datacamp.com/courses/developing-llm-applications-with-langchain) - [Pluralsight](https://www.pluralsight.com/search?q=langchain) - [Coursera](https://www.coursera.org/search?query=langchain) - [Maven](https://maven.com/courses?query=langchain) @@ -48,7 +40,11 @@ - [by Rabbitmetrics](https://youtu.be/aywZrzNaKjs) - [by Ivan Reznikov](https://medium.com/@ivanreznikov/langchain-101-course-updated-668f7b41d6cb) -## [Documentation: Use cases](/docs/how_to#use-cases) +## Books and Handbooks + +- [Generative AI with LangChain](https://www.amazon.com/Generative-AI-LangChain-language-ChatGPT/dp/1835083463/ref=sr_1_1?crid=1GMOMH0G7GLR&keywords=generative+ai+with+langchain&qid=1703247181&sprefix=%2Caps%2C298&sr=8-1) by [Ben Auffrath](https://www.amazon.com/stores/Ben-Auffarth/author/B08JQKSZ7D?ref=ap_rdr&store_ref=ap_rdr&isDramIntegrated=true&shoppingPortalEnabled=true), ©️ 2023 Packt Publishing +- [LangChain AI Handbook](https://www.pinecone.io/learn/langchain/) By **James Briggs** and **Francisco Ingham** +- [LangChain Cheatsheet](https://pub.towardsai.net/langchain-cheatsheet-all-secrets-on-a-single-page-8be26b721cde) by **Ivan Reznikov** --------------------- diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 37dfbc6765..ce906f4616 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -195,7 +195,7 @@ const config = { { type: "doc", docId: "additional_resources/tutorials", - label: "Tutorials" + label: "3rd party tutorials" }, { type: "doc",