My corporate firewall does not allow direct access to pinecone server thro API.
Is there workaround that I can do in Nodejs to implement tunneling over proxy when accessing Pinecone server? I’m using free tier now for testing before upgrading.
Appreciate any assistance.
This could be tricky. Without knowing more about your corporate firewall, it’s hard to say what options you have.
If you have an HTTP proxy available, there may be an option to use the OpenAPI config options to set that, but you’d have to use the Python client. This post from last year gives an example of doing so using the Python client, but the Node client doesn’t expose those settings so it’s not an option for that one.
Do you have access to any cloud providers to run a VM? That might be your best option if your IT department won’t open access to our services.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.