Built for Generative AI hackathon held at BetaWorks NYC.
Date: 01st April, 2023
Team Members: Spriha Jha, Mayuri Upadhyaya, Debopriyo Bhowmick
Prize Won: $3000 credits for best use of Cohere
To run the application on your local machine, follow these steps:
- Clone this repository to your local machine using
git clone
- Navigate to the cloned directory using
cd <repository-name>
- Install dependencies using
npm install
- Set up your .env file. Follow instruction on OpenAI and Pinecone for API keys.
- Ingest the data using
npm run ingest
- Start the application using
npm run dev
- The application will be available at http://localhost:3000/
To start using the chatbot, simply type a message into the text area and hit enter. The chatbot will respond with a message based on the rules defined in the application.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was inspired by the Chatbot Tutorial by Mayo.