- This is a chatbot project for the subject of Data Platform in IUH.
- This project is built on Langchain with RAG Techniques.
- Backend: FastAPI
- Database: PostgreSQL, Supabase
- Clone this repository
- Install the requirements
pip install -r requirements.txt
- Run the server
uvicorn main_app:app --reload
or
python main_app.py
- Open the browser and access the link: http://localhost:5000