Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google Search and Conversation Update Datastore using REST API

Hi guys, i am using REST API method to upload data to create datastore for my Search and Conversation App Agent. If i schedule the Task to update the latest data from database using REST API daily, will the DataStore update accordingly or it does not work that way?

0 1 226
1 REPLY 1

If you meant refreshing your data store then yes it is possible: 


You can refresh the data in a structured data store as long as you use a schema that is the same or backward compatible with the schema in the data store. For example, adding only new fields to an existing schema is backward compatible.

The steps are included in this documentation through Console or Rest API call: 

https://cloud.google.com/generative-ai-app-builder/docs/refresh-data#discoveryengine_v1_generated_Do...