Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 706 Bytes

File metadata and controls

36 lines (24 loc) · 706 Bytes

Frontend Application

This is the React frontend for the chat application. It provides a user interface for uploading documents, searching, and chatting with the AI model.

Prerequisites

  • Node.js 18 or higher
  • npm 8 or higher
  • Modern web browser with JavaScript enabled

Setup

  1. Install dependencies:
npm install

Configuration

The application can be configured through YAML configuration file (in public/config/):

  • app_config.yaml: Main application settings

Running the Application

  1. Make sure you're in the frontend directory:
cd frontend
  1. Start the development server:
npm start

The application will start on http://localhost:3000