Getting Started with 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:

Vector search is an advanced technique used to perform semantic searches, where data is searched based on its meaning rather than the data itself.

This search method utilizes Machine Learning models to effectively search unstructured data, including text, audio, video, and images. It allows finding items that are similar or related to the search item. It is used for several use cases, like recommendation systems, chatbots, or search engines.

When dealing with text data, vector search makes finding words or phrases of similar meaning possible, even if the exact query words are not in the searched sentences.

Vector Search employs sophisticated Machine Learning models, known as encoders, to produce vector embeddings that provide a numerical representation of unstructured input data.

Post a Comment

0 Comments