Build a custom chatbot on your data in just a few steps.
Go to your organization Dashboard and start by creating a new App. Give it a name and select type: Chatbot.
A Datasource is a collection of data that will feed your app. You can add multiple files or Data Entities to a Datasource. Connect your app to an existing Datasource or create a new one.
A Data Entity is a single file or entry in a Datasource. Accepted file formats are PDF, DOC, DOCX, XLSX, and CSV.
After youโve added a Data Entity, Metal will create an Index, process the data into chunks, and generate the embeddings that will be used to match the userโs input to the right response.
Try out your chatbot with Metalโs open source Chatbot UI.
Start by cloning the repo and following the instructions in the README.
Youโll need to add Open AI API Key
, and Metalโs API key
, Client Id
and Index Id
to the .env.local file
.
Build a custom chatbot on your data in just a few steps.
Go to your organization Dashboard and start by creating a new App. Give it a name and select type: Chatbot.
A Datasource is a collection of data that will feed your app. You can add multiple files or Data Entities to a Datasource. Connect your app to an existing Datasource or create a new one.
A Data Entity is a single file or entry in a Datasource. Accepted file formats are PDF, DOC, DOCX, XLSX, and CSV.
After youโve added a Data Entity, Metal will create an Index, process the data into chunks, and generate the embeddings that will be used to match the userโs input to the right response.
Try out your chatbot with Metalโs open source Chatbot UI.
Start by cloning the repo and following the instructions in the README.
Youโll need to add Open AI API Key
, and Metalโs API key
, Client Id
and Index Id
to the .env.local file
.