EventGet 50% off your ticket to MongoDB.local London on October 2. Use code WEB50Learn more >>
MongoDB Developer
MongoDB Developer Centerchevron-right

Intermediate

plus Follow
Sign in to follow topics

Featured

Quickstart

Best Practices for Using Flask and MongoDB

Learn some of the best practices for using Flask and MongoDB so you can set yourself up for success....
MongoDB thumbnail image
FlaskPythonMongoDB

Sep 16, 2024 | 5 min read
Anaiya Raisinghani (+1)
Article

Implementing Robust RAG Pipelines: Integrating Google's Gemma 2 (2B) Open Model, MongoDB, and LLM Evaluation Techniques

MongoDB thumbnail image

Sep 12, 2024 | 20 min read
Tutorial

MongoDB Atlas With Terraform - Cluster and Backup Policies

MongoDB thumbnail image

Sep 11, 2024 | 22 min read
Intermediate Articles
All Intermediate Articles
Article

Implementing Robust RAG Pipelines: Integrating Google's Gemma 2 (2B) Open Model, MongoDB, and LLM Evaluation Techniques

MongoDB thumbnail image

Sep 12, 2024 | 20 min read
Article

Audio Find - Atlas Vector Search for Audio

MongoDB thumbnail image

Sep 09, 2024 | 11 min read
Article

Atlas Search Relevancy Explained

MongoDB thumbnail image

Aug 14, 2024 | 13 min read
All Intermediate Articles
Intermediate Quickstarts
All Intermediate Quickstarts
Quickstart

Best Practices for Using Flask and MongoDB

MongoDB thumbnail image

Sep 16, 2024 | 5 min read
Quickstart

Getting Started With Bun and MongoDB

MongoDB thumbnail image

Jul 19, 2024 | 9 min read
Quickstart

Quickstart Guide to RAG Application Using LangChain and LlamaIndex

MongoDB thumbnail image

Aug 01, 2024 | 10 min read
Intermediate Tutorials
All Intermediate Tutorials
Tutorial

MongoDB Atlas With Terraform - Cluster and Backup Policies

MongoDB thumbnail image

Sep 11, 2024 | 22 min read
Tutorial

Build a JavaScript AI Agent With LangGraph.js and MongoDB

MongoDB thumbnail image

Sep 10, 2024 | 15 min read
Tutorial

Enable Generative AI and Semantic Search Capabilities on Your Database With MongoDB Atlas and OpenAI

MongoDB thumbnail image

Sep 09, 2024 | 8 min read
Intermediate Videos
All Intermediate Videos
Video

RAG in Real Life: How to Use the MongoDB Chatbot Open Source Framework

MongoDB thumbnail image
Play Button

Apr 01, 2024 | 49 min
Video

Introduction to Client-Side Field Level Encryption with Java

MongoDB thumbnail image
Play Button

Mar 28, 2024
Video

Atlas Data Federation with Azure Blob Storage

MongoDB thumbnail image
Play Button

Mar 19, 2024 | 14 min
All Intermediate Content
search
  • Latest
  • Highest Rated
Quickstart

Best Practices for Using Flask and MongoDB

Learn some of the best practices for using Flask and MongoDB so you can set yourself up for success.
MongoDB thumbnail image

Sep 16, 2024
Anaiya Raisinghani (+1)
Article

Implementing Robust RAG Pipelines: Integrating Google's Gemma 2 (2B) Open Model, MongoDB, and LLM Evaluation Techniques

This tutorial explores building a retrieval-augmented generation (RAG) pipeline by integrating Google’s Gemma 2 (2B) model, MongoDB, and LLM evaluation techniques. Gemma 2, a lightweight model with two billion parameters, is used for efficient response generation, while MongoDB acts as the vector database, enabling semantic search for relevant documents. The tutorial demonstrates how to create an asset management assistant that analyzes market reports stored in MongoDB. It covers embedding generation, vector search, and the use of the DeepEval library to assess the relevance and faithfulness of LLM-generated responses. By combining these tools, the tutorial highlights an efficient approach to building AI-driven solutions with robust performance evaluation in a RAG pipeline.
MongoDB thumbnail image

Sep 12, 2024
Richmond Alake
Tutorial

MongoDB Atlas With Terraform - Cluster and Backup Policies

This article is for anyone who intends to use or already uses infrastructure as code (IaC) on the MongoDB Atlas platform or wants to learn more about it.
MongoDB thumbnail image

Sep 11, 2024
SM
Samuel Molling
Tutorial

Build a Cocktail API with Beanie and MongoDB

This new Beanie ODM is very good.
MongoDB thumbnail image

Sep 11, 2024
Mark Smith
Tutorial

Build a JavaScript AI Agent With LangGraph.js and MongoDB

Learn how to build a powerful AI agent using LangGraph.js and MongoDB. This step-by-step guide will show you how to create AI-driven applications capable of remembering conversations, accessing databases, and delivering smart responses. Perfect for JavaScript developers looking to integrate AI into their web apps.
MongoDB thumbnail image

Sep 10, 2024
Jesse Hall
Article

How to Use Realm Effectively in a Xamarin.Forms App

This article shows how to effectively use Realm in a Xamarin.Forms app using recommended patterns.
MongoDB thumbnail image

Sep 09, 2024
Ferdinando Papale
Tutorial

Capturing Hacker News Mentions with Node.js and MongoDB

Learn how to stream data from Hacker News into MongoDB for analyzing with Node.js.
MongoDB thumbnail image

Sep 09, 2024
Nic Raboy
Article

Audio Find - Atlas Vector Search for Audio

Explore the creation of a music catalog system that leverages the power of MongoDB Atlas's vector search and a Python service for sound embedding.
MongoDB thumbnail image

Sep 09, 2024
Ran Shir (+1)
Tutorial

Enable Generative AI and Semantic Search Capabilities on Your Database With MongoDB Atlas and OpenAI

Learn how to enable Generative AI and Semantic Search capabilities on your database using MongoDB Atlas and OpenAI.
MongoDB thumbnail image

Sep 09, 2024
Viraj Thakrar
Tutorial

Single-Collection Designs in MongoDB with Spring Data (Part 1)

Learn how to avoid joins in MongoDB by using Single Collection design patterns, and access those patterns using Spring Data in Java applications.
Schema design

Sep 09, 2024
Graeme Robinson