This app is a chat app hosted on: https://infinitus-next.vercel.app/ built using React, Next.js, TailwindCSS, and interfaces with an API at
http://18.118.140.126/ .
Important note: The react app is hosted on Vercel which uses HTTPs while the api is hosted on AWS without SSH. To resolve the issue of mixed content, please allow insecure content: https://experienceleague.adobe.com/en/docs/target/using/experiences/vec/troubleshoot-composer/mixed-content.
To install requirements:
npm install
To start the server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- The search page provides an input field for the user to input their query. Be sure to select a database from the dropdown that functions as the context.
- The database page allows you to create databases or upload files.