fix: cherry-pick critical fixes from HKUDS/LightRAG v1.4.9.11#12
Merged
fix: cherry-pick critical fixes from HKUDS/LightRAG v1.4.9.11#12
Conversation
Cherry-picked from HKUDS/LightRAG PR HKUDS#2585. - Fix GlobalArgsProxy to support vars() for binding options extraction - Refactor argument parsing for binding options to reduce duplication Before: OPENAI_LLM_TEMPERATURE and similar env vars were silently ignored After: Environment variables properly loaded and applied to LLM calls 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Cherry-picked from HKUDS/LightRAG PR HKUDS#2562. Backend changes: - connection_retry_attempts: max 10 → 100, default 3 → 10 - connection_retry_backoff: max 5s → 300s, default 0.5s → 3s - connection_retry_backoff_max: max 60s → 600s, default 5s → 30s Frontend changes: - Context-aware timeouts: default 30s, uploads 120s, scans 90s This enables seamless recovery during ~30s PostgreSQL HA switchovers without manual intervention. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Cherry-picked from HKUDS/LightRAG PR HKUDS#2591. Content duplicates now create trackable FAILED records instead of being silently ignored: - status="FAILED" with is_duplicate=true in metadata - original_doc_id and original_track_id for cross-reference - Enables clients to understand what happened to uploaded files Before: Content duplicates returned empty track_status After: Content duplicates are trackable with clear duplicate info 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.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.
Summary
Cherry-picks des correctifs critiques de la release v1.4.9.11 du repo officiel HKUDS/LightRAG.
Bug fixes
OPENAI_LLM_TEMPERATUREsont maintenant correctement chargées viaGlobalArgsProxy.__dict__Configuration (optionnel)
Test plan
🤖 Generated with Claude Code