You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn LangChain from my YouTube channel (~5 hours of content); Each lesson is accompanied by the corresponding code in this repo and is designed to be self-contained -- while still focused on some key concepts in LLM (large language model) development and tooling.
8
+
9
+
Feel free to pick and choose your starting point based on your learning goals:
8
10
9
11
| Part | LLM Tutorial | Link | Video Duration |
10
12
| --- | --- | --- | --- |
11
-
| 1 | LangChain + OpenAI tutorial: Building a Q&A system w/ own text data |[Tutorial Video](https://youtu.be/DYOU_Z0hAwo)| 20:00 |
12
-
| 2 | LangChain + OpenAI to chat w/ (query) own Database / CSV |[Tutorial Video](https://youtu.be/Fz0WJWzfNPI)| 19:30 |
13
-
| 3 | LangChain + HuggingFace's Inference API (no OpenAI credits required!) |[Tutorial Video](https://youtu.be/dD_xNmePdd0)| 24: 36 |
@@ -42,3 +42,5 @@ HuggingFace and Pinecone are optional but is recommended if you want to use the
42
42
### Dependencies
43
43
As LlamaIndex and LangChain are both very new projects, if you're using the latest version of these libraries, some of the code in this repo may need small adjustment. I will try to keep this repo up to date with the latest version of the libraries, but if you encounter any issues, please let me know. The code examples are tested on LlamaIndex 0.5.7 and LangChain 0.0.157.
44
44
45
+
### Mentorship and Support
46
+
I run a mentorship program under [Supertype Fellowship](https://fellowship.supertype.ai). The program is self-paced and free, with a community of other learners and practitioners around the world (English-speaking). You can optionally book a 1-on-1 session with my team of mentors to help you through video tutoring and code reviews.
0 commit comments