fix: port high-value upstream stability fixes (wave 1) - #2
Merged
Conversation
Port upstream Tencent#2763 onto the fork's current main. This clears upload-time parser engine rule snapshots only for nil-config batch reparses, so reparsing uses the knowledge base's current parser rules while preserving document-specific chunking, multimodal, and parser options.
Port Tencent#2711 into stability Wave 1 using GitHub's three-way merge, preserving intervening main changes.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
sakitam-fdd
marked this pull request as ready for review
August 21, 2026 07:33
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.
Scope
This is Wave 1 of the reviewed upstream stability ports.
Tencent#2763 — batch reparse uses current parser rules
Tencent#2711 — harden LLM rerank fallback for reasoning models
Porting notes
main@4e25684b8ff55a70a55c03730d81457c14521d3c.knowledge_search.gochanges.Validation
Upstream focused validation reported:
go vet, and diff-scoped lint passed.go vet, andgit diff --checkpassed.The execution environment used for this port cannot perform an outbound-DNS-backed full checkout, so this fork's GitHub Actions checks are the authoritative target-branch validation.
No public API or schema changes. No intended breaking changes.