/ragathon-aim-notes

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

Primary LanguagePythonApache License 2.0Apache-2.0

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