馃憪 Import data into MongoDB
Let's first import a dataset to use for this lab. We will use a collection of books.
Run the cells under the Step 2: Import data into MongoDB section in the notebook to import the dataset for this lab into a MongoDB collection.
To visually verify that the data has been imported into the MongoDB cluster, click the leaf icon in the left navigation bar of the IDE.
Ensure that you see a database called mongodb_genai_devday_vs, and a collection named books under it.

Click the > arrow next to books and note the number of documents.

To preview a document, click the > arrow next to Documents and select a document from the list.
