docs(deployment): corporate proxy / custom CA for model downloads - #123
Merged
Conversation
Cover HTTPS_PROXY/HTTP_PROXY/NO_PROXY, the REQUESTS_CA_BUNDLE/SSL_CERT_FILE vs NODE_EXTRA_CA_CERTS trap (Python downloads vs Claude Code's Node TLS), durable HF_HOME/XDG_CACHE_HOME cache placement referencing the FlashRank /tmp incident (bb1c581), and air-gapped options (devcontainer prewarm #118, internal HF mirror). Verified actual download behavior by reading embedding_engine.py, reranker.py, and setup.py rather than assuming it. Fixes #116 Co-Authored-By: Claude <noreply@anthropic.com>
Closed
7 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #116. Section « Corporate proxy / custom CA (model downloads) » ajoutée à docs/deployment-scenarios.md (~125 lignes), après la section Remote PostgreSQL.
Cœur : la table de distinction REQUESTS_CA_BUNDLE / SSL_CERT_FILE (Python — honorées par huggingface_hub/sentence-transformers/flashrank) vs NODE_EXTRA_CA_CERTS (Node/Claude Code uniquement — l'erreur classique), + HF_HOME/cache persistant, + option air-gapped (préchauffage au build, renvoi #118).
Chaque affirmation vérifiée contre le code réel (embedding_engine.py:213-259, reranker.py cache_dir + commit bb1c581, setup.py:272-296 propagation d'env au subprocess) — la doc décrit le comportement effectif, pas le supposé.
🤖 Generated with Claude Code