plaustech / metal_chatbot

Deploy a "chat with your data" bot in minutes.

Home Page:https://getmetal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💬 Metal AI Chatbot

A simple Chat interface for building an AI powered chatbot experience to "talk with your data".

Built with Next.js and Metal.

Screenshot of chatbot

Getting Started

1. Install dependencies

npm i

2. Add environment variables

cp .env.example .env.local

Now, populate your environment variables for the project. You can find Metal related variables by visiting Metal.

3. Add your data

Navigate to the Metal Dashboard and upload some files to your index.

4. Run the development server

npm run dev

5. 🧠 Ask a question!

Enjoy your new chatbot experience at http://localhost:3000.

Password Protection

This chatbot supports password protection for your data. To enable this feature, simply add a DEMO_PW to your environment variables. The chatbot will automatically prompt the user for a password before allowing them to access the various endpoints.

Deployment

For deployment, please refer to the Next.js deployment documentation.

About

Deploy a "chat with your data" bot in minutes.

https://getmetal.io

License:Apache License 2.0


Languages

Language:TypeScript 95.5%Language:CSS 2.5%Language:JavaScript 2.0%