Skip to content

datamindedbe/hack_and_beers_rag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Rushil Daya Purpose: Workshop for vaia as part of course Machine Learning into Practice: Deep Dive into MLOps

Structure

This repo contains a number of ipython notebooks in the worksheets folder, the src folder contains helper code used in the worksheets

How to use

  • you will need an openai api key and a cohere api key. these should be added to a file called .env, the structure of the file can be taken from the .env-example file

there are 3 ways to run the worksheets:

  • in github codespaces: the codespace will be initialized with the dev container specified in this repo - no additional setup is required
  • dev container locally: run the dev container from your local machine - no additional setup is required
  • local - no dev container (not recommended): install via poetry (python version >=3.10)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.1%
  • Python 8.9%