Skip to content

This repo accompanies the lectures on LLM, Vector DBs, and RAG at UWM

Notifications You must be signed in to change notification settings

DataScienceHamburg/UWM_LLM_RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UWM Lecture on LLM, Vector DBs, and RAG

This repo accompanies the lectures on LLM, Vector DBs, and RAG at UWM.

Setup

  1. Clone the repo
  2. Create a .env file with the following:
    GROQ_API_KEY=<your-groq-api-key>
    OPENAI_API_KEY=<your-openai-api-key>
    
  3. Install the dependencies
    pip install -r requirements.txt
    

Running the scripts

Each subdirectory contains a set of scripts that correspond to the topics covered in the lectures.

To run a script, navigate to the subdirectory and run the following command:

python <script-name>.py

About

This repo accompanies the lectures on LLM, Vector DBs, and RAG at UWM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages