https://discord.gg/botpress logo
2000 Product Recommendation bot in botress
# 🤝help
v
I am not sure how to give this data to bot but need help? Any recommendations @
@User
Please guide
c
hello Hammad! so for 2000 products I would recommend to import them into Botpress table after which you can use AI filters to look these records up (alternatively you put the Table inside a KnowledgeBase after which you can use the KBquery card to search up records instead). - Alternative 1: if you have a client who already has an existing knowledge base you can use the Botpress Client to push that data inside a table. The documentation for that can be found in the top right of the tables called
</> API Docs
. For this you definitely need to have a proficient level of coding experience. - Alternative 2: you can use a third party solution that utilizes low/no-code that allows uploading of .csv files (google sheet, excel etc.). Most platforms have their own tools that work on CSV. - Alternative 3: code your own data fetching system within Python that fetches the data > processes it > query it directly there and only send the result of the user query trough an API to Botpress front-end.
g
The simplest way is to save everything to an Airtable base and have the bot retrieve data according to parameters for the product recommendation. Use Make.
3 Views