โ02-03-2022 07:45 PM
I have a use case that will require for an app to "read" and text and derive the intent of it. I am wondering if anyone knows of any good app to derive intent from text. I want to explore the option of building something simlar to the DocParser integration described here, but for text intent.
Solved! Go to Solution.
โ02-03-2022 07:57 PM
Hi Manuel, For this scenario, you need use one of the document processing connectors to extract the text and use Google Vision connector which has the NLP component to understand the intent. Hope this helps!
โ02-20-2023 08:55 AM
Use GPT-3! ๐
I recorded a video a while back on how to use it in Workato!
https://youtu.be/3Sl-kLEiihU
You can easily send it your text with a prompt like:
Tell me the user's intent from this text: [THETEXT]
๐
--
Patrick
Workato / eCommerce Integration Consultant
patrick@infranet.com
โ02-03-2022 09:25 PM
Hi Manny - in general you have to provide some training data to train the model to your specific requirements. There are services such as AWS Sagemaker which make the process simpler. Can you share more of your use case and we may be able to suggest some additional options.
โ02-03-2022 10:09 PM
Check out Quillbot. I was looking for something like this myself, and found that Quillbot has some cool options. There is not an API avialable on their website, but if you search, it appears that some people have created API access on the side. Not sure.
โ02-14-2023 08:39 AM
There's now a connector for OpenAI GPT that can be used to derive intent. It's available through the Community Library