This is the React frontend for the chat application. It provides a user interface for uploading documents, searching, and chatting with the AI model.
- Node.js 18 or higher
- npm 8 or higher
- Modern web browser with JavaScript enabled
- Install dependencies:
npm installThe application can be configured through YAML configuration file (in public/config/):
app_config.yaml: Main application settings
- Make sure you're in the frontend directory:
cd frontend- Start the development server:
npm startThe application will start on http://localhost:3000