Answers generated by Webex transcript from the session chat
Q: Do we need to configure this with access to an LLM or is it automatically using Amazon Q or Bedrock behind the scenes?
A: It automatically uses whatever model it uses in the backend. When having difficulty with correct prompts, we used Amazon Nova models to understand how the model reads specific screens to create more precise prompts.
Q: Can Nova Act work with anything else? For example, Windows applications or is it just limited to a web browser?
A: As of now, there is a different process for Windows, though we tested it as they use a MacBook.
Q: Can Nova Act return data from its actions in a well formatted result set that they can then interact with and perform other tasks or processes to store the data?
A: Yes. Satish used Nova Act with Python programming to scrape data from an internal website, collecting details from forms submitted by team members over a week and sending that information via email.
Q: For what use cases can this be useful, since dashboards are usually created once and then become under maintenance?
A: It can be useful for multiple business units creating different data sets, analyses, Q topics, data story creation, folder creations, and content management. It eliminates manual intervention and can be combined with Python programming for more complex use cases.
Q: Can Nova Act create dynamic and natural language summaries to go with a Quick Sight dashboard to highlight any outliers or trends in metrics?
A: This should be possible with proper logic implementation, similar to other use cases they had worked on. It was also recommended to try Amazon Q data Q&A for anomaly detection and trend analysis.
Q: How does Nova Act navigate through permission and access controls to write tables to S3?
A: here nova is not reading from S3 .. rather its replaying the dataset & data source steps . Ideally admin need to config the allowable buckets in quicksight admin console
Q: how do you enter passwords into the script securely? It can’t be compliant to store plain text passwords in a script?
A:
Q: Hi , if I have a scheduled load job on datanet can I setup an agent to check when the load job completes and instantly initiate a refresh on quicksight for that dataset? Is this possible with Nova Act?
A: