Keywords Meet Vectors: Hybrid Search on MongoDB
Hybrid search in MongoDB brings together two complementary search techniques: Full text search (BM25 via Atlas Search)—optimized for exact …
Arek Borucki
7,341 viewsHybrid search in MongoDB brings together two complementary search techniques: Full text search (BM25 via Atlas Search)—optimized for exact …
Arek Borucki
3,155 viewsLast time, we created a vector search index in a local MongoDB Atlas cluster. Now, let’s put it to work with a real case: building an …
Arek Borucki
3,559 viewsMongoDB Vector Search enables semantic queries. For example, finding support tickets with similar meanings even if they use different words. …

Arek Borucki
3,478 viewsAfter launching your local MongoDB Atlas cluster and running the show dbs command in mongosh, you’ll see only the default system databases: …

Arek Borucki
4,674 viewsYou no longer need a cloud account to try MongoDB Atlas features. Spin up a fully compatible local cluster in seconds, with no login, no …