Skip to content

sanjib2006/hellowbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Before running the project, configure the required environment variables and dependencies.

1. Create local environment file

Copy the example environment file and set the required API key(s):

cp .env.example .env.local
# then open .env.local and set the required API_KEY and other credentials

2. Account & credentials

Create any external service accounts needed and add their keys to .env.local. For production use, avoid disposable email addresses and follow the service provider's terms.

3. Install dependencies and prepare database

Install packages and run the drizzle-kit generators/migrations:

npm install
npx drizzle-kit generate
npx drizzle-kit migrate

Now the project should be ready to run. See project scripts (package.json) for available start/dev commands.

or simple do

npm run dev

About

RAG Chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •