googleapis / googleapis/nodejs-agentplatform

Support for proxies please!

Open
#396 3 comments 0 reactions 0 assignees View on GitHub
api: aiplatform priority: p3 type: feature request
Dominant language
TypeScript
Stars
182
Forks
69
Avg merge
1d 8h
Merged PRs (30d)
10

Description

**Is your feature request related to a problem? Please describe.**
The library does not work behind a proxy. This is because it uses node's in-built `fetch` function to post to Vertex, and `fetch` has no proxy support.

**Describe the solution you'd like**
Please use something other than `fetch` to call the Vertex and allow for proxy support in some way, such as a proxy config object being passed in to the VertexAI constructor (I have not through through the most appropriate way to configure the proxy settings). Note that GCP CLI supports this, so it seems odd that this library does not. It's critical to our use case so I will need to fork the SDK to be able to use it.

**Describe alternatives you've considered**
There are no alternatives. We can't use the SDK without this feature.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.