Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
376 changes: 230 additions & 146 deletions 16-matthew-mcconaughey/McConaughey.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion 16-matthew-mcconaughey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Overview

See a Demo! ([Demo](https://mcconaughey-site.vercel.app/))

Build your own Matthew McConaughey AI agent! This project demonstrates how to create a RAG-powered conversational agent that embodies Matthew McConaughey's wisdom, philosophy, and personality. Inspired by his interview with Joe Rogan where he expressed interest in "a private LLM, fed only with his books, notes, journals, and aspirations," we'll build exactly that using Contextual AI's managed RAG solution.

**What You'll Build**: An interactive AI agent that speaks like Matthew McConaughey, drawing from his speeches, interviews, lessons, and life advice—fully grounded in his actual words with no outside influence.
Expand Down Expand Up @@ -81,7 +83,7 @@ Learn to:

### Prerequisites
- Google Colab account (or local Jupyter environment)
- Contextual AI workspace ([Sign up free](https://app.contextual.ai/))
- Contextual AI workspace ([Sign up free](https://contextual.ai/?utm_campaign=McConaughey&utm_source=contextualai&utm_medium=github&utm_content=notebook))
- API key from your Contextual workspace

### Quick Start
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This repository contains practical examples and demonstrations of how to interac
- [Structured Data Extraction](12-legal-contract-extraction/) - Extraction from unstructured legal documents
- [Monitoring RAG](14-monitoring) - Using Metrics API to monitor your RAG agent
- [Metadata Introduction](15-metadata-intro/) - Working with metadata in your RAG Agent
- [Build your own Matthew McConaughey](16-matthew-mcconaughey) - Building your own custom RAG agent.

### Integrations
- [CrewAI Multi-Agent Workflow](13-crewai-multiagent/) - Using CrewAI in a MultiAgent workflow
Expand Down
Loading