To set up the Information Retrieval System ChatBot locally, follow these steps:
git clone https://github.com/jatin-12-2002/Information_Retrieval_System
cd Information_Retrieval_System
conda create -p env python=3.10 -y
conda activate ./env
pip install -r requirements.txt
- Create a .env file in the project directory.
- Define the necessary environment variables such as database connection strings, API keys, etc.
- My .env file is here
streamlit run StreamlitApp.py