Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 805 Bytes

AI Chatbot Project

Chatbot built leveraging OpenAI's Assistant API, Pinecone database, Huggingface vector embeddings

Run the app locally

Set Up Frontend

cd client

From the root of the project, change into the client directory.

npm install

To install all dependencies.

npm start

To start the frontend in your browser.

Set Up Backend

cd server

From the root of the project change into the server directory In a .env file set up secrets to establish connection to database, pinecone, openai etc.

npm install

Again run npm install to install all dependencies

npm start

Run npm start to start the frontend in your browser

Preview

image