Tag: MongoDB

Getting Started with MongoDB Atlas for Semantic Search

On June 22nd, MongoDB launched Atlas Vector Search in preview mode. I tried this new feature for you! The idea is to store a small dataset of common English proverbs on MongoDB and ask something like: Question: Things that look good outwardly may not be as valuable or good. A...

Getting Started with MongoDB Atlas for Semantic Search

On June 22nd, MongoDB launched Atlas Vector Search in preview mode. I tried this new feature for you! The idea is to store a small dataset of common English proverbs on MongoDB and ask something like: Question: Things that look good outwardly may not be as valuable or good. A...

Start a MongoDB Database Using Docker

As a backend developer, efficiency and simplicity are paramount when it comes to managing databases and infrastructure. MongoDB, a NoSQL database known for its flexibility, and Docker, a containerization platform, have become my dynamic duo for database management. In this article, I&rsquo...