Videos
A lightweight, interpreted, object-oriented language. JavaScript engines execute JavaScript code in client-side (in web browsers) or server-side(for example, the V8 engine is a core component of the Node.js and Deno runtimes).- Latest
- Highest Rated
Video
Build a JavaScript AI Agent With LangGraph.js and MongoDB
✅ Written tutorial → https://mdb.link/article-qXDrWKVSx1w ✅ Create your free Atlas cluster → https://mdb.link/free-qXDrWKVSx1w ✅ Get help on our Community Forums → https://mdb.link/forums-qXDrWKVSx1w As a web developer, the idea of integrating AI into your applications might seem overwhelming. But don't worry—I've been there! In this tutorial, I'll walk you through building an AI agent using LangGraph.js and MongoDB, making it way simpler than it sounds. We'll cover the following: ⭐ Understanding what AI agents are and how they work. ⭐ Using LangGraph.js to create agents that can remember past conversations and use "tools" to gather more information. ⭐ Integrating MongoDB for storing conversation history and data retrieval, specifically leveraging MongoDB Atlas Vector Search for context-aware responses. By the end of this video, you'll have built an AI agent capable of managing HR-related queries, looking up employee info from a database, and continuing conversations across multiple sessions. It's like creating your own J.A.R.V.I.S., but for practical, real-world applications! What You'll Learn: ⭐ How to set up LangGraph.js for AI workflows. ⭐ How to integrate MongoDB Atlas to store and retrieve data. ⭐ How to build an AI agent that can manage conversations, look up data, and persist state across sessions. Prerequisites: ✔︎ Node.js and npm ✔︎ Free MongoDB Atlas account ✔︎ OpenAI and Anthropic API keys Clone the project repo and follow along as we create this powerful AI tool. Let’s get started! 🔗 Project Repo: https://github.com/mongodb-developer/LangGraph.js-MongoDB-Example ⏱️ Timestamps ⏱️ 00:00 - Intro 02:50 - Setting up the project 04:29 - Configure MongoDB 05:36 - Seeding the database 12:45 - MongoDB Atlas Vector Search Index 13:50 - Building the AI agent with LangGraph.js 22:47 - Creating the Express.js server 25:44 - Testing the AI agent Subscribe to MongoDB YouTube→ https://mdb.link/subscribeSep 06, 2024
Video
AI Structured output and MongoDB Atlas services
✅ Sign-up for a free cluster → https://mdb.link/7sF3BRGKRUk-free ✅ Get help on our Community Forums → https://mdb.link/7sF3BRGKRUk-forums - In this live stream we will explore the new Structured Output features from OpenAI that allows a schema definition for AI responses. We will leverage Atlas triggers to use the structured output to automate various application tasks.Sep 05, 2024
Video
Setting up a Web Server with Bun #mongodb #tutorial #bun
Learn how to use Bun, a high-performance JavaScript runtime, to build a simple CRUD API with MongoDB. This video walks you through setting up your environment, creating a basic web server, and connecting to a MongoDB database using Bun’s built-in features. Perfect for developers looking to explore alternatives to Node.js with modern tooling.Aug 21, 2024
Video
Setting up API Routes with Bun #mongodb #bun #tutorial
Learn how to use Bun, a high-performance JavaScript runtime, to build a simple CRUD API with MongoDB. This video walks you through setting up your environment, creating a basic web server, and connecting to a MongoDB database using Bun’s built-in features. Perfect for developers looking to explore alternatives to Node.js with modern tooling.Aug 19, 2024
Video
What is Bun?
Learn how to use Bun, a high-performance JavaScript runtime, to build a simple CRUD API with MongoDB. This video walks you through setting up your environment, creating a basic web server, and connecting to a MongoDB database using Bun’s built-in features. Perfect for developers looking to explore alternatives to Node.js with modern tooling.Aug 16, 2024
Video
How to Get Started With Bun & MongoDB
✅ MongoDB Atlas account → https://mdb.link/WsUOyPL1QnI-register ✅ Get help on our Community Forums → https://mdb.link/WsUOyPL1QnI-forums ✅ Written guide → https://mdb.link/WsUOyPL1QnI-guide" target="_blank" rel="noreferrer">https://mdb.link/WsUOyPL1QnI-guide - Learn how to use Bun, a high-performance JavaScript runtime, to build a simple CRUD API with MongoDB. This video walks you through setting up your environment, creating a basic web server, and connecting to a MongoDB database using Bun’s built-in features. Perfect for developers looking to explore alternatives to Node.js with modern tooling. For the complete written guide, including code snippets and detailed instructions, check out the full article here: https://mdb.link/WsUOyPL1QnI-guide" target="_blank" rel="noreferrer">https://mdb.link/WsUOyPL1QnI-guide 00:00 - Intro 01:13 - Bun Setup 02:03 - Application Structure 02:53 - Starting the application 03:59 - Connecting to MongoDB 05:54 - Building a movie TypeScript model 06:31 - Create a movies controller 07:53 - Server routing 09:44 - Connecting everything 15:18 - What's next?Aug 14, 2024
Video
Building a RAG Pipeline in JavaScript with Memory
✅ Written article - https://mdb.link/ELt-lghAe0Q-blog - Unlock the full potential of your JavaScript RAG application with MongoDB and LangChain. Learn how to enhance AI systems with a conversational memory, improve response relevance and user interaction by integrating MongoDB's Atlas Vector Search and LangChain-MongoDB. Discover how to setup your environment, manage chat histories, and construct advanced RAG chains for smarter, context-aware applications. Perfect for developers looking to elevate AI projects with real-time, personalized user engagement.Jun 25, 2024
Video
RAG in Real Life: How to Use the MongoDB Chatbot Open Source Framework
⭐ Register for the Quest: https://app.wilco.gg/company/MongoDBUniversity/mongodb_rag_ai/play ✅ Sign-up for a free cluster at → https://mdb.link/Y6xzauNaWlI-atlas ✅ Get help on our Community Forums → https://mdb.link/Y6xzauNaWlI-forums - In this live stream, we'll take a look at the open source chatbot framework built by MongoDB. We'll show you how to use it in a real-world application. And if you have any questions, we'll answer them live. - https://www.mongodb.com/developer/products/atlas/taking-rag-to-production-documentation-ai-chatbot/Apr 01, 2024
Video
Learn The Basics of AI and RAG - A Quest to Building Your First AI Chatbot
⭐ Register for the Quest: https://app.wilco.gg/company/MongoDBUniversity/mongodb_rag_ai/play ⭐ Get Started on Your Chatbot: https://mongodb.github.io/chatbot/quick-start/ ⭐ Blog post - https://mdb.link/M9GvsHze2F8-blog - Welcome to the dawn of a new era in AI chatbot development! Let's kickstart the "RAG to Riches" quest with an exclusive live session. Dive deep into the world of MongoDB and discover why it's the cornerstone for building efficient, intelligent chatbots using Node.js. What to Expect: Introduction to AI and how MongoDB is a pivotal component of your AI tech stack. Why MongoDB & Node.js?: Learn about the synergy between MongoDB and Node.js and how it can revolutionize your AI projects. Overcoming Development Hurdles: Tackle common pain points in AI chatbot development with real-time solutions. Live Q&A: Get your questions answered. Dive into the specifics of AI chatbots and MongoDB's role in simplifying the process. Why This Matters: The AI landscape is booming, and Node.js stands at the forefront of this revolution, thanks to its event-driven architecture perfectly suited for chatbot interactions. With MongoDB, starting your AI chatbot project becomes a breeze, empowering you to create more interactive and intelligent applications. Who Should Join? Whether you're a seasoned developer or just curious about AI chatbot development, this session is for you! Don't miss out on this opportunity to expand your skills and explore new horizons with MongoDB and AI chatbots. Set your reminders, bring your curiosity, and prepare to embark on a journey from "RAG to Riches" with us. See you there!Mar 27, 2024
Video
Atlas Data Federation with Azure Blob Storage
With MongoDB's Data Federation, you can combine all your data into one unified view, allowing you to easily search for the best French diner in your borough. This tutorial will walk you through the steps of combining your MongoDB database with your Azure Blob storage, utilizing MongoDB's Data Federation. - Are you ready to start building with Atlas on Azure? Get started for free today with MongoDB Atlas on Azure Marketplace: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/mongodb.mongodb_atlas_self_serve_prod_2022?ocid=mdb_devrel_datafed_blobstorage_fy25 Check out the written tutorial: https://mdb.link/khzxtWfiwMY-tutorial MongoDB Atlas: https://mdb.link/khzxtWfiwMY-register Get Microsoft Azure: https://trymongodb.com/46MPRxL Download Node: https://nodejs.org/en/download Resources: Supported Aggregation Pipeline Stages and Operators: https://mdb.link/khzxtWfiwMY-resourceMar 19, 2024