Attributed Document Question Answering Example

  • pip install -r requirements.txt
  • python get-data-from-document.py
  • python get-embeddings-from-data.py
  • python query-document.py --openai-api-key <YOUR API KEY> --query "When was ReportLab founded?"
    • Get your OpenAI API key from here.