Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /

Use MongoDB Search and Vector Search

If you installed MongoDBSearch resource successfully, you can create MongoDB Search and Vector Search indexes as the mdb-user and run MongoDB Search and Vector Search queries using the indexes. This page describes how to load sample data, create MongoDB Search and Vector Search indexes for the data, and run MongoDB Search and Vector Search queries against the data.

To use MongoDB Search and Vector Search, you must have the following:

  • Successful deployment of MongoDB and MongoDBSearch.

    To learn more, see:

    • Install and Use Search With MongoDB Enterprise Edition

    • Install and Use MongoDB Search and Vector Search With External MongoDB Enterprise Edition

  • User with permissions to create MongoDB Search and Vector Search and run MongoDB Search and Vector Search queries.

    To learn more, see Configure a User for MongoDB Search and Vector Search.

  • Kubernetes command-line tool, kubectl, configured to communicate with your cluster.

  • Bash v5.1 or later for running the commands in this tutorial.

To learn more about creating indexes and running search queries, see:

On this page