Q&A bot based on the confluence page contents.
- Create a virtual environment
python -m venv .
- Activate it
- Clone this repo
- Install the required dependencies
pip install -r requirements.txt
- Create a
.env
file and add your OpenAI APIKey there likeOPENAI_API_KEY=<API_KEY>
- Start the app
streamlit run app.py
- Load the file and ask the questions