Skip to content

unseen1980/fiori-tools-support-assistant

Repository files navigation

Prerequisites

To run this app, you need the following:

  1. An OpenAI API key
  2. Pinecone API Key

Up and running

To run the app locally, follow these steps:

  1. Clone this repo
  2. Change into the directory and install the dependencies using either NPM or Yarn
  3. Copy .examp.env.local to a new file called .env.local and update with your API keys and environment.
  4. Add your own custom text or markdown files into the /documents folder.
  5. Run the app:
npm run dev