I need to retrieve my data from my database using Gemini AI
I need to pass my cloud data to Gemini AI and need to retrieve the data.
You can use Vertex AI function calling to retrieve data from different sources to your model prompt.
For example, you can create an API for your database and a function with the needed parameters. Or even you can create a function to generate and execute an SQL query and retrieve the results.
If I have some cloud data in my DB, using Gemini AI can I retrieve the data.