/Tublian_RAG_Challenge

The Basic RAG application using LLM (Open AI)

Primary LanguagePythonApache License 2.0Apache-2.0

Tublian RAG Challenge

Necessary Steps to Test the application

  1. git clone [REPO NAME]
  2. cd [REPO NAME]
  3. Optional pip install pipenv run this command in case you don't have it in your python ecosystem.
  4. pipenv shell
  5. pipenv install
  6. create .env file and add OPENAI_API_KEY variable.
  7. Now generate Open AI API_KEY for your account using Click Here.
  8. Change .env variable OPENAI_API_KEY to your generated token.
  9. Now just run the rag.py file in debug mode to run given test cases.