Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 846 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 846 Bytes

MongoDB x AWS AI Agents Lab

In this lab, you will learn how to build AI Agents using MongoDB, Amazon Bedrock, and LangGraph.

You can access the online version of the lab here.

Running the Lab Locally

If you want to run the lab locally, you can start by cloning the repository or downloading the code. You will need to have Node.js installed.

Once you have the code, you can run the following commands to install the dependencies and start the server:

npm install
npm start

You can then access the lab at http://localhost:3000

Contributing

If you find any issues with the lab, please open an issue or submit a pull request.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details