docs: document LEANN_EMBEDDING_SERVER_HOST - #412
Merged
Conversation
#404 changed the HNSW and DiskANN embedding servers to bind 127.0.0.1 instead of every interface, and added LEANN_EMBEDDING_SERVER_HOST as the escape hatch. The variable was never documented, so a container or cross-host deployment breaks on upgrade with no discoverable way to restore the old behaviour. Documents the default, the override, and why widening it deserves care — the ZMQ REP protocol is unauthenticated, so reachability is authorisation. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Follow-up to #404.
That PR changed the HNSW and DiskANN embedding servers to bind
127.0.0.1instead oftcp://*, and addedLEANN_EMBEDDING_SERVER_HOSTas the escape hatch. The variable was never documented —grep -rn LEANN_EMBEDDING_SERVER_HOST --include="*.md"returned nothing — so a container or cross-host deployment breaks on upgrade with no discoverable way to restore the previous behaviour.Adds an Embedding Server Bind Address section to the configuration guide covering:
0.0.0.0, a specific interface, IPv6 — brackets handled automatically by fix: bind ZMQ embedding servers to loopback by default #404)Docs only, no code changes.
🤖 Generated with Claude Code