googleapis / googleapis/nodejs-agentplatform

Support for proxies please!

Abierto
#396 3 comentarios 0 reacciones 0 asignados Ver en GitHub
api: aiplatform priority: p3 type: feature request
Lenguaje dominante
TypeScript
Estrellas
182
Forks
69
Merge medio
1 d 8 h
PR fusionados (30 d)
10

Descripción

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

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Comienza por el constructor VertexAI y las llamadas que usan el fetch integrado de Node para enviar solicitudes a Vertex. Determina cómo deben configurarse y transmitirse los ajustes del proxy; el trabajo estará terminado cuando el SDK pueda realizar solicitudes a Vertex a través de un proxy sin requerir un fork.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
google-cloud, node.js, typescript
Área
api, networking
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.