This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Did you try double-checking the region? gemini models are available in a
few regions, so if you have a different region for other resources you
need to specify that on
geminihttps://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations?hl=en
It is possible, but you need to follow all the Google recommendations.
However, Vertex is covered by the The Google Cloud BAA
https://cloud.google.com/security/compliance/hipaa?hl=en
You can use Vertex AI function calling to retrieve data from different
sources to your model
prompt.https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling?hl=enFor
example, you can create an API for your database and a func...
Sure, you can. It's easier if you save the transcription first to a
Cloud Storage Bucket and then use a cloud function or a CLI Script to
transfer the file to your Google Drive. Also, you will need to enable
the Google Drive API in your GCP project.T...
I faced the same issue, and I found the Vertex Documentation to be
lacking. However, I came up with a workaround for this. I saved the chat
messages in a database (you can use a json file or sqlite on Cloud
Storage to save money) with columns for use...