Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 611 Bytes

Build a RAG Application With LangChain & Next.js

Introduction

This is UM Chatbot, Harry to answer student inquiries. It uses the OpenAI API to generate responses to student questions. The responses are then filtered through a RAG model to determine the best response. The RAG model is trained on a dataset of student inquiries and responses, website content, and other relevant information.

Usage

  • Provide your own .env.local file with an OpenAI API key
  • npm install
  • npm run dev

Chatbot Home Page

Chatbot Home Page