Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 444 Bytes

ragathon-aim-notes

LlamaIndex - FutureProof Labs RAG Hackathon 2024: Action Item Meeting Notes

Setup

  1. Clone the repository to your local machine:

    git clone <repository-url>
    cd path-to-repository
    pip install -r requirements.txt
    API_KEY = "your_open_api_key_here"
    python main.py
  2. main.py

    • TODO - Try different embedders / models / prompts
    • Note - set your OPEN API key in context.py line 7