Skip to content

BeeAI Framework Workshop: Prework Instructions

Welcome to the Overview of BeeAI Workshop.
Please complete the following setup steps before the workshop.


Development Environment

You may use any IDE, but this workshop assumes you're using Visual Studio Code (VS Code).

  • Download Visual Studio Code (VS Code)
  • Install the VS Code Python extension from the Extensions Marketplace:

    1. Open the Extensions view in VS Code (Ctrl+Shift+X or Cmd+Shift+X)
    2. Search for “Python” by Microsoft and install it

Python Environment Manager

We recommend using uv as your Python package and environment manager.

  • If you’re unfamiliar with uv, refer to the uv installation guide
  • uv is a fast and modern alternative to pip and virtualenv, fully compatible with both

API Keys

OpenAI (Optional)


Local Model (Optional if using OpenAI)

Install Ollama

Note

To run the Granite model locally, we recommend having at least 16GB of RAM for optimal performance.

To run models locally on your machine:

  1. Download and install Ollama: https://ollama.com/download
  2. Run or pull the Granite model:
ollama run granite3.3:8b

or

ollama pull granite3.3:8b

Model link: Granite 3.3:8b


You're Ready

Once you've completed these steps, you're ready for the workshop.