googleapis / googleapis/nodejs-agentplatform

Support for proxies please!

Offen
#396 3 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
api: aiplatform priority: p3 type: feature request
Vorherrschende Sprache
TypeScript
Sterne
182
Forks
69
Ø Merge
1 T. 8 Std.
Gemergte PRs (30 T.)
10

Beschreibung

**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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Beginne beim VertexAI-Konstruktor und den Aufrufen, die den integrierten fetch von Node verwenden, um Anfragen an Vertex zu senden. Ermittle, wie Proxy-Einstellungen konfiguriert und weitergereicht werden sollten; abgeschlossen ist die Arbeit, wenn das SDK Vertex-Anfragen über einen Proxy senden kann, ohne einen Fork zu erfordern.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
google-cloud, node.js, typescript
Bereich
api, networking
Issue-Typ
Feature
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
35/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.