This module helps you to identify and delete duplicate Q&A entries in botpress.
- Download the duplicate-finder.tgz file
- In botpress open the modules page and click on the upload module button.
- Select the duplicate-finder.tgz and upload it.
- Now you should the Duplicate Finder at the bottom of the page. Here you need to unzip it.
- Activate the Duplicate Finder and restart your server.
- Download the botpress repository from here 'https://github.com/botpress/botpress' and copy this files to
modules/duplicate-finder
- Open a terminal in the folder
modules/duplicate-finder
and typeyarn && yarn build
- Edit your
botpress.config.json
and add the module definition so it will be loaded:
{
...
"modules": [
...
{
"location": "MODULES_ROOT/duplicate-finder",
"enabled": true
},
}
- Start Botpress:
yarn start
- Choose any bots in your workspace, then you should see the module in the sidebar !