- Step1: Clone the repository from GitHub to your local machine.
- Step2: Install Python and required dependencies via pip install -r requirements.txt.
- Step3: Set up your LLM API keys in the configuration file or environment variables.
- Step4: Prepare and load your structured FAQ dataset into the bot.
- Step5: Launch the chatbot server using the provided launch script or Docker container.
- Step6: Integrate the web UI or REST API endpoint into your website or messaging platform.
- Step7: Interact with the chatbot to verify responses and adjust the FAQ dataset as needed.