This repository, maintained by DataBeli, contains code and notebooks to explore Generative AI features on Databricks. It demonstrates usage of Databricks and OpenAI models via Python APIs, including steps for environment setup, authentication, and model invocation.
The following software must be installed:
- VS Code (for editing and running notebooks)
- Git for Windows (for version control)
- Python 3.13 (for executing Python scripts and notebooks)
Install the required Python libraries listed in requirements.txt:
-
Clone the repository using Git.
-
Install dependencies:
-
Set up environment variables using a
.envfile.
Required:
DATABRICKS_TOKEN(Databricks personal access token)- See Databricks documentation for details.
This README provides an overview for contributors and users to get started quickly with Generative AI projects in Databricks using Python.