A LLM Application to Facilitate Students' Outbound Exchange Application Process
cd Exchange_QA_Chatbot
pip install -r requirements.txt
cd Exchange_QA_Chatbot
python3 prepare_vector_db.py
python3 agent.py "Please introduce yourself."
cd Exchange_QA_Chatbot/web/chat-interface
npm install
cd Exchange_QA_Chatbot/web/chat-interface/src
npx nodemon server.js
cd Exchange_QA_Chatbot/web/chat-interface/src
npm start