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

Articles

Languagechevron-down
Technologychevron-down
Productschevron-down
Expertise Levelchevron-down
Contributed Bychevron-down
search

Featured Articles

Article

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

MongoDB thumbnail image
AIAtlasPython

Sep 12, 2024 | 20 min read
Article

Audio Find - Atlas Vector Search for Audio

MongoDB thumbnail image

Sep 09, 2024 | 11 min read
Article

Capturing and Storing Real-World Optics With MongoDB Atlas, OpenAI GPT-4o, and PyMongo

MongoDB thumbnail image

Sep 04, 2024 | 7 min read
  • Latest
  • Highest Rated

All Articles

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
Article

Currency Analysis With Time Series Collections #3 — MACD and RSI Calculation

Previously, we calculated simple moving average/exponential moving average on currencies based on a time window. Now, we increase the complexity!
MongoDB thumbnail image

Sep 11, 2024
Fuat Sungur
Article

3 Underused MongoDB Features

This article is about three features of MongoDB that deserve to be better known: TTL Indexes, Capped Collections, and Change Streams.
MongoDB thumbnail image

Sep 11, 2024
Mark Smith
Article

Automate the Automation on MongoDB Atlas

We put resources and documentation (with plenty of examples using cURL) right in Postman, an API platform for building and using APIs.
MongoDB thumbnail image

Sep 11, 2024
Cassiano Ziegler Bein
Article

Using AWS Rekognition to Analyse and Tag Uploaded Images

Learn how to use Rekognition along with Realm to supplement new content with information as it is inserted into the database.
MongoDB thumbnail image

Sep 11, 2024
Aydrian Howard
Article

5 Ways to Reduce Costs With MongoDB Atlas

Atlas enables enhanced scalability and reduces dependence on fixed costs when deploying on premises instances of MongoDB. Learn how to reduce costs.
MongoDB thumbnail image

Sep 11, 2024
Michael Lynn
Article

How to Easily Pause and Resume MongoDB Atlas Clusters

Wouldn't it be great if we could just jump on a local command line to look at our live clusters? I wrote a script to automate it.
MongoDB thumbnail image

Sep 11, 2024
Joe Drumgoole
Article

Resumable Initial Sync in MongoDB 4.4

Discover the new Resumable Initial Sync feature in MongoDB v4.4. It enables nodes doing initial sync to survive events like transient network errors.
MongoDB thumbnail image

Sep 11, 2024
Nuno Costa
Article

7 Things I Learned While Modeling Data for YouTube Stats

We developed an app that pulls daily stats from the YouTube API, stores them in an Atlas database, and displays them in a MongoDB Charts dashboard.
MongoDB thumbnail image

Sep 11, 2024
Lauren Schaefer
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