HTTP proxy guide for ValidMind Library#1274
Conversation
- New page covering proxy env vars and troubleshooting - Link from ValidMind Library sidebar
|
Pull requests must include at least one of the required labels: |
|
lgtm - add a link to this ssl helper docs: b/site/support/troubleshooting.qmd |
PR SummaryThis PR enhances the developer documentation for the ValidMind Library by adding guidance on configuring and using an HTTP proxy. The main changes include:
These changes aim to help developers properly configure and troubleshoot proxy settings when using the ValidMind Library, thereby enhancing usability in restricted network environments. Test Suggestions
|
Lighthouse check resultsShow Lighthouse scoresFolder depth level checked: 0 Commit SHA: e33ea5a Modify the workflow to check a different depth:
|
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Pull Request Description
What and why?
This change adds a developer guide, Use an HTTP proxy with the ValidMind Library, that explains how to route outbound HTTPS traffic through a corporate or regional proxy when using the Python library.
The ValidMind library does not expose a
proxyargument onvm.init(); the page documents the standardHTTP_PROXY,HTTPS_PROXY,ALL_PROXY, andNO_PROXYenvironment variables, when to restart kernels after changes, how this interacts with other outbound calls (for example LLM SDKs), and troubleshooting steps.How to test
Try the live preview: Use an HTTP proxy with the ValidMind Library — Allow time for the PR preview deploy with the latest edits to finish
What needs special review?
None.
Dependencies, breaking changes, and deployment notes
None.
Release notes
Documentation: added a guide for using HTTP proxy environment variables with the ValidMind Library. Learn more …
Checklist