azureholic / HSZuyd-Lecture-GenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSZuyd Lecture GenAI

Prerequisites

  • Install Playwright on your machine if you want to run the scripts for downloading and chunking website content https://playwright.dev/docs/intro

  • Azure OpenAI instance

  • CosmosDb MongoDb VCore instance

  • put your endpoints and keys in the .env file (.env.sample provided)

  • create a python virtual environment and run pip install -r requirements.txt to include the libraries used.

You should be able to run the notebooks now.

About

License:MIT License


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%