Skip to content
Snippets Groups Projects
Select Git revision
  • 9bf9b456b865f03900a093b1094b2b9d747ad952
  • main default protected
  • userHandling
  • snuggle
4 results

ragchat-frontend

  • Clone with SSH
  • Clone with HTTPS
  • 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