Movie Recommendation Bot

This project aims to demo a RAG pipeline for a movie recommendation chatbot. It uses Peaka as the main data source. You need a Peaka Account to run this project. Go to Peaka Website and create your account. Create a Peaka project and load sample data and create your API Key. Checkout Peaka Documentation for details. You also need to have an Open AI account and Open AI API Key. Once you have the required API Keys,

Copy the environment file example file:

cp .env.example .env

Fill the required API keys in .env file

Install dependencies using npm then start project with commands below.

Install dependencies using npm then start project with commands below.

npm install
npm run dev

Your app should start running on port 3000

Contact

For feature requests and bugs, please create an issue in this repo. For further support, see the following resources: