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