Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.11 KB

base-chat

Base Chat

Base Chat is a multi-tenant RAG chatbot that uses Ragie Connect to allow users to connect and chat with their organization's knowledgebase. It is a reference application for several of Ragie's features.

NOTE: This project is under active development and may include breaking changes in subsequent releases.

Setup

Base Chat is a nextjs application. It uses the Auth.js Google provider for authentication. More information about how to configure the AUTH_ environment variables can be found in their documentation.

  1. Run npm install
  2. Create a postgres database called basechat
  3. Copy env.example to .env
  4. Set all of the environment variables in .env
  5. Run npm run db:migrate to set up the database

After you have completed setup, run npm run dev.

License

Distributed under the MIT License. See LICENSE.txt for more information.