Skip to main content

๐Ÿ‘ Setup prerequisites

Set the passkey provided by your workshop instructor, and run the cells under the Step 1: Setup prerequisites section in the notebook.

Expired passkey OR don't have a passkeyโ€‹

Passkeys are provided to you at MongoDB Developer Days to easily get API keys for LLM and embedding APIs that are used in the workshop. These passkeys are valid for 3 days after the workshop.

Once the passkey expires, or if you weren't at a MongoDB Developer Day recently, you will need to obtain the following API keys for the workshop:

VoyageAI

os.environ["VOYAGE_API_KEY"] = "your-voyageai-api-key"

If you are running the lab locallyโ€‹

If you aren't using Instruqt or GitHub Codespaces to run the lab and instead running it locally, you will need to do the following additional steps:

MONGODB_URI = "your_connection_string"