Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 406 Bytes

File metadata and controls

26 lines (18 loc) · 406 Bytes

"""Frontend README."""

Ingatini Frontend

Simple web interface for document upload and RAG-based Q&A.

Setup

cd frontend
npm install
npm run dev

Visit: http://localhost:5173

Features (To Build)

  • Document upload interface
  • Chat interface with source attribution
  • Minimal, clean styling

Technology

  • React / Vite (TBD)
  • Axios for API calls
  • CSS/Tailwind for styling (TBD)