Skip to content

Commit

Permalink
Lab builds locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Oct 30, 2024
1 parent 90ac759 commit 47ccb49
Show file tree
Hide file tree
Showing 4 changed files with 4,557 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MongoDB AI Agents Lab @AWS re:Invent
# MongoDB x AWS AI Agents Lab

This is the AI Agents Lab presented by MongoDB at AWS re:Invent '24. It covers building AI Agents using MongoDB, AWS Bedrock and LangGraph.
In this lab, you will learn how to build AI Agents using MongoDB, AWS Bedrock and LangGraph.

You can access the online version of the lab [here](https://mongodb-developer.github.io/ai-agents-lab-reinvent/).
You can access the online version of the lab [here](https://mongodb-developer.github.io/mdb-aws-ai-agents-lab/).

## Running the Lab Locally

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Change here to customise config

// Name of the Github Repo, it's also teh baseUrl
const workshopName = 'ai-agents-lab-reinvent';
const workshopName = 'mdb-aws-ai-agents-lab';
// Change this if hosting outside mongodb-developer
const organizationName = "mongodb-developer";

Expand Down Expand Up @@ -42,7 +42,7 @@ const featureList = [
// UTM stuff

const utmAdvocateName = `apoorva.joshi`;
const utmWorkshopName = 'ai_agents_lab_reinvent'
const utmWorkshopName = 'mdb_aws_ai_agents_lab'

const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=${utmWorkshopName}&utm_term=${utmAdvocateName}`;

Expand Down
Loading

0 comments on commit 47ccb49

Please sign in to comment.