How to use text summarization in studio desktop when connected to cloud automation ? what is the package and activities we need to use.
first you need to set up a connection in integration services and same is used in the activities
download UiPath.integrationservice.activities package to use gen ai activities
Hope this helps
cheers
cheers
You will need to create connection with GenAI connector on Integration Services first and then install package UiPath.integrationservice.Activities in your project.
This will provide all GenAI activities.
Refer this event recording for getting started.
Thanks,
Ashok
To perform text summarization in UiPath Studio Desktop while connected to cloud automation, you can leverage UiPath’s AI capabilities, specifically through integration with UiPath AI Center or using pre-built activities available in UiPath packages.
Ensure your UiPath Studio is connected to your Orchestrator in the cloud.
If using AI Center, make sure it is set up and connected to your Orchestrator instance.
In UiPath Studio, go to the Manage Packages panel.
Search for and install the following packages:
UiPath.DocumentUnderstanding.ML.Activities: This package includes AI/ML activities for document understanding, which can be extended for text summarization tasks.
UiPath.AI.ComputerVision.Activities (optional): If you need advanced text extraction as part of your summarization process.
UiPath.WebAPI.Activities: If you plan to interact with external APIs for text summarization.
UiPath.AzureTextAnalytics.Activities (optional): If you prefer to use Azure’s Text Analytics for summarization.
Thanks,
Purushotham
Install the Necessary Packages like UiPath.DocumentUnderstanding package. This package contains various activities related to document processing, including text summarization , UiPath.AI.ComputerVision and UiPath.AI.MachineLearning packages if you plan to use other AI/ML activities.
You can use UiPath’s AI Center to deploy a pre-built model or train your own model for summarization and then integrate it into your process.