For the following lectures, make sure you have numpy, tenacity, and openai[embeddings] installed.
pip install numpy pip install tenacity pip install openai[embeddings]
Troubleshooting: Numpy uses some advanced system features and is often a little tricky to install. If your installation fails, make sure your pip is up to date:
pip install --upgrade pip