API version | SDK version |
---|---|
2025-04 (latest) | v6.x |
2025-01 | v5.x |
2024-10 | v4.x |
2024-07 | v3.x |
2024-04 | v2.x |
ProxyAgent
from the undici
library. Below is an example of how to construct an undici
ProxyAgent
that routes network traffic through a mitm
proxy server while hitting Pinecone’s /indexes
endpoint.
fetch
implementation, released in Node v16 and stabilized in Node v21. If you are running Node versions 18-21, you may experience issues stemming from the instability of the feature. There are currently no known issues related to proxying in Node v18+.