Hello everyone!
Recently, I created a Conversational Agent linked to my bucket, and I added some PDFs and tested it. Everything went fine, but some time ago I added two more PDFs, and the agent doesn't recognize the files. I've discovered that the data store of the agent doesn't update automatically.
Do Conversational Agents have a function to update automatically?
Solved! Go to Solution.
Hi @LukasMaksymeo,
Welcome to Google Cloud Community!
Currently, this is not yet possible. If you have uploaded a new document, you must refresh the data in your data store on your end. You can do this through the Google Cloud console or programmatically using the API. You may check this documentation for instructions.
You may also check @NorieRam's workaround on how to achieve this similar feature using Cloud Functions.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hi @LukasMaksymeo,
Welcome to Google Cloud Community!
Currently, this is not yet possible. If you have uploaded a new document, you must refresh the data in your data store on your end. You can do this through the Google Cloud console or programmatically using the API. You may check this documentation for instructions.
You may also check @NorieRam's workaround on how to achieve this similar feature using Cloud Functions.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Thank you very much!
So, I'm going to do this programmatically.