AppSheet represents a fantastic entry point for Generative AI to start making a practical impact on your business processes.
Google Cloud makes it easy to access a wide variety of ML/AI models through the Vertex AI platform. In this post I am aggregating examples of how to use these models practically in your AppSheet apps. This post will be updated regularly with new additions.
Appreciating your dedication. Could you please create a system where I can ask any questions related to my Cloud SQL Database, and the system will read data from my database to provide answers? It would be greatly appreciated. I need it urgently.
Add in all the files in the Repo one by one. (the readme is not required, and the appsscript.json should already exist, but needs to be un-hidden in project settings)
Replace all the account variables and Save the file.
Run the test script for the endpoints you want to run.
Then, in AppSheet, retarget the Task to your new script file and Authorize
Could you please create an app script that reads data from an image? I have developed a CRM application where users can upload business cards. The system should then read the information from the business card and enter it into the appropriate fields such as Name, Email, Phone, Company, and Address.
You can achieve this functionality with very small modifications to the Resume Analyzer scripts.
You would not need to compare 2 documents, so you could remove one of the objects from the content body of the vertex API call. The file you would pass in would be an image, so the mime type would need to be changed to the type of image that you’re passing through.
Then update the prompt to ask those particular questions of the image.