Skip to content

cmnemoi/sightcall-qa-app

Repository files navigation

SightCall Q&A App

A web application for interacting with a RAG-based chatbot that answers questions about SightCall from their website.

Continuous Integration Continuous Delivery Netlify Status codecov

Stack:

Contributing

Prerequisites

Installation

git clone [email protected]:cmnemoi/sightcall-qa-app.git
cd sightcall-qa-app
cp .env.example .env
yarn install

Usage

Start the development server:

yarn dev

The application will be available at http://localhost:5173 by default.

Development

  • Lint code with yarn lint
  • Run tests with yarn test
  • Format code with yarn format
  • Build for production with yarn build

License

The source code of this repository is licensed under the AGPL-3.0-only License.

About

A web application for asking questions about SightCall to a RAG-based chatbot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published