diff --git a/_site/assets/js/search-data.json b/_site/assets/js/search-data.json index b608105..2152975 100644 --- a/_site/assets/js/search-data.json +++ b/_site/assets/js/search-data.json @@ -456,11 +456,18 @@ },"65": { "doc": "Tutorials / Demo", "title": "Tutorial 8: LLM-RAG", - "content": ". | Lecture: L07 | Description: Building a RAG System with Vector DB and LLM | GCP GitHub URL: LLM-1 | . ", + "content": ". | Lecture: L08 | Description: Building a RAG System with Vector DB and LLM | GCP GitHub URL: LLM-1 | . ", "url": "/tutorials_demo/#tutorial-8-llm-rag", "relUrl": "/tutorials_demo/#tutorial-8-llm-rag" },"66": { + "doc": "Tutorials / Demo", + "title": "Tutorial 9: LLM-Agents", + "content": ". | Lecture: L08 | Description: LLM Agents with Phidata | GCP GitHub URL: LLM-Agents | . ", + "url": "/tutorials_demo/#tutorial-9-llm-agents", + + "relUrl": "/tutorials_demo/#tutorial-9-llm-agents" + },"67": { "doc": "Tutorials / Demo", "title": "Tutorials / Demo", "content": " ", diff --git a/_site/tutorials_demo/index.html b/_site/tutorials_demo/index.html index 126286f..b65965d 100644 --- a/_site/tutorials_demo/index.html +++ b/_site/tutorials_demo/index.html @@ -1 +1 @@ - Tutorials / Demo | AC215 Skip to main content Link Menu Expand (external link) Document Search Copy Copied

In Class Tutorials / Demos for GCP (and AWS)

Tutorial 1: Create Simple Translate App - No Docker, No Pipenv


Tutorial 2: Create Simple Translate App with Pipenv, No Docker


Tutorial 3: Create Simple Translate App with Docker, Push Image to Docker Hub


Tutorial 4: Run App in VM using Docker


Tutorial 5: Mega Pipeline App

  • Lecture: L04
  • Description: Build a Mega Pipeline App.
  • GCP GitHub URL: Mega Pipeline App
  • Status: Work in Progress (WIP)

Tutorial 5B: Mega Pipeline App


Tutorial 6: Label Studio

  • Lecture: L06
  • Description: Learn how to use Label Studio for data labeling.
  • GCP GitHub URL: Label Studio

Tutorial 7: Versioning

  • Lecture: L06
  • Description: Learn about versioning practices in development.
  • GCP GitHub URL: DVC

Tutorial 8: LLM-RAG

  • Lecture: L07
  • Description: Building a RAG System with Vector DB and LLM
  • GCP GitHub URL: LLM-1
+ Tutorials / Demo | AC215 Skip to main content Link Menu Expand (external link) Document Search Copy Copied

In Class Tutorials / Demos for GCP (and AWS)

Tutorial 1: Create Simple Translate App - No Docker, No Pipenv


Tutorial 2: Create Simple Translate App with Pipenv, No Docker


Tutorial 3: Create Simple Translate App with Docker, Push Image to Docker Hub


Tutorial 4: Run App in VM using Docker


Tutorial 5: Mega Pipeline App

  • Lecture: L04
  • Description: Build a Mega Pipeline App.
  • GCP GitHub URL: Mega Pipeline App
  • Status: Work in Progress (WIP)

Tutorial 5B: Mega Pipeline App


Tutorial 6: Label Studio

  • Lecture: L06
  • Description: Learn how to use Label Studio for data labeling.
  • GCP GitHub URL: Label Studio

Tutorial 7: Versioning

  • Lecture: L06
  • Description: Learn about versioning practices in development.
  • GCP GitHub URL: DVC

Tutorial 8: LLM-RAG

  • Lecture: L08
  • Description: Building a RAG System with Vector DB and LLM
  • GCP GitHub URL: LLM-1

Tutorial 9: LLM-Agents

  • Lecture: L08
  • Description: LLM Agents with Phidata
  • GCP GitHub URL: LLM-Agents
diff --git a/tutorials_demo.md b/tutorials_demo.md index a6a54d5..e56ab72 100644 --- a/tutorials_demo.md +++ b/tutorials_demo.md @@ -69,6 +69,12 @@ nav_order: 2 --- ## Tutorial 8: LLM-RAG -- **Lecture**: L07 +- **Lecture**: L08 - **Description**: Building a RAG System with Vector DB and LLM -- **GCP GitHub URL**: [LLM-1](https://github.com/dlops-io/llm-rag) \ No newline at end of file +- **GCP GitHub URL**: [LLM-1](https://github.com/dlops-io/llm-rag) + + +## Tutorial 9: LLM-Agents +- **Lecture**: L08 +- **Description**: LLM Agents with Phidata +- **GCP GitHub URL**: [LLM-Agents](https://colab.research.google.com/drive/1UVn3L6KQgsrVLnLRaMVbpV3VJr_i5MLW?usp=sharing) \ No newline at end of file