Support fileUri
s to contain HTTP URLs & YouTube urls
#434
Labels
api: aiplatform
Issues related to the googleapis/nodejs-vertexai API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
YouTube & HTTP URLs are supported according to the vertex-ai api: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference
But this package does some processing which only allows GCS URIs:
https://github.com/googleapis/nodejs-vertexai/blob/main/src/functions/pre_fetch_processing.ts#L53
The text was updated successfully, but these errors were encountered: