Skip to content

Commit 5ccaf01

Browse files
committed
better indexing strategy now that tutorials are into the 2-digits
1 parent 0c5c666 commit 5ccaf01

13 files changed

+14
-12
lines changed

0_start.py 00_start.py

File renamed without changes.

1_qna.py 01_qna.py

File renamed without changes.

2_llama.py 02_llama.py

File renamed without changes.
File renamed without changes.

3_db.py 03_db.py

File renamed without changes.

4_csv.py 04_csv.py

File renamed without changes.

5_hf.py 05_hf.py

File renamed without changes.

6_team.py 06_team.py

File renamed without changes.

7_custom.py 07_custom.py

File renamed without changes.
File renamed without changes.

8_openai.py 08_openai.py

File renamed without changes.

9_pinecone.py 09_pinecone.py

File renamed without changes.

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ A set of instructional materials, code samples and Python scripts featuring LLMs
44
<!-- <img src="assets/youtube.png" width="50%" alt="LangChain youtube tutorials" /> -->
55
![LangChain youtube tutorials](assets/llmseries.png)
66

7-
Learn LangChain from my YouTube channel:
7+
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:
810

911
| Part | LLM Tutorial | Link | Video Duration |
1012
| --- | --- | --- | --- |
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 |
14-
| 4 | Understanding Embeddings in LLMs | [Tutorial Video](https://youtu.be/6uyBc0jm1xQ) | 29:22 |
15-
| 5 | Query any website with LLamaIndex + GPT3 (ft. Chromadb, Trafilatura) | [Tutorial Video](https://youtu.be/6K1lyyzpxtk) | 11:11 |
16-
| 6 | Locally-hosted, offline LLM w/LlamaIndex + OPT (open source, instruction-tuning LLM) | [Tutorial Video](https://youtu.be/qAvHs6UNb2k) | 32:27 |
17-
| 7 | Building an AI Language Tutor: Pinecone + LlamaIndex + GPT-3 + BeautifulSoup | [Tutorial Video](https://youtu.be/k8G1EDZgF1E) | 51:08 |
18-
| 8 | Building a queryable journal 💬 w/ OpenAI, markdown & LlamaIndex 🦙 | [Tutorial Video](https://youtu.be/OzDhJOR5IfQ) | 40:29 |
13+
| 1 | OpenAI tutorial and video walkthrough | [Tutorial Video](https://youtu.be/skw-togjY7Q) | 26:56 |
14+
| 2 | LangChain + OpenAI tutorial: Building a Q&A system w/ own text data | [Tutorial Video](https://youtu.be/DYOU_Z0hAwo) | 20:00 |
15+
| 3 | LangChain + OpenAI to chat w/ (query) own Database / CSV | [Tutorial Video](https://youtu.be/Fz0WJWzfNPI) | 19:30 |
16+
| 4 | LangChain + HuggingFace's Inference API (no OpenAI credits required!) | [Tutorial Video](https://youtu.be/dD_xNmePdd0) | 24:36 |
17+
| 5 | Understanding Embeddings in LLMs | [Tutorial Video](https://youtu.be/6uyBc0jm1xQ) | 29:22 |
18+
| 6 | Query any website with LLamaIndex + GPT3 (ft. Chromadb, Trafilatura) | [Tutorial Video](https://youtu.be/6K1lyyzpxtk) | 11:11 |
19+
| 7 | Locally-hosted, offline LLM w/LlamaIndex + OPT (open source, instruction-tuning LLM) | [Tutorial Video](https://youtu.be/qAvHs6UNb2k) | 32:27 |
20+
| 8 | Building an AI Language Tutor: Pinecone + LlamaIndex + GPT-3 + BeautifulSoup | [Tutorial Video](https://youtu.be/k8G1EDZgF1E) | 51:08 |
21+
| 9 | Building a queryable journal 💬 w/ OpenAI, markdown & LlamaIndex 🦙 | [Tutorial Video](https://youtu.be/OzDhJOR5IfQ) | 40:29 |
1922

2023
The full lesson playlist can be found [here](https://www.youtube.com/playlist?list=PLXsFtK46HZxUQERRbOmuGoqbMD-KWLkOS).
2124

22-
### Side Lessons (good supplements to the main series above)
23-
- [OpenAI tutorial and video walkthrough](https://youtu.be/skw-togjY7Q)
24-
2525
### Quick Start
2626
1. Clone this repo
2727
2. Install requirements: `pip install -r requirements.txt`
@@ -42,3 +42,5 @@ HuggingFace and Pinecone are optional but is recommended if you want to use the
4242
### Dependencies
4343
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.
4444

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

Comments
 (0)