Purposes
This repository provides a frontend to the RAGChat-API. It's build to fulfill the style requirements of the University of Hamburg.
Prerequisits
- npm installed
- RAGChat-API running & reachable
- To prevent CORS errors add the frontend address to backends .env FRONTEND_URL
Install
git clone git@gitlab.rrz.uni-hamburg.de:zbhai/ragchat-api.git
cd ragchat-api
npm i
cp ./.env.template.local ./.env.development.local
cp ./.env.template.local ./.env.production.local
# fill envs with production and/or devel values
Sources
Roadmap
-
complete pages
- resend verification code
- onboarding / RAGChat
- admin-login
- admin-page with LLM options
-
fix errors
- fix axios' JWT auto renewal
- check width of label & submit on cleanLayout