Skip to content

Search scaling#43

Merged
m1rl0k merged 3 commits intotestfrom
Search-Scaling
Dec 2, 2025
Merged

Search scaling#43
m1rl0k merged 3 commits intotestfrom
Search-Scaling

Conversation

@m1rl0k
Copy link
Collaborator

@m1rl0k m1rl0k commented Dec 2, 2025

Search Improvements

Codebase would hang index if file was empty. migrate to progress bar for manual index.
Cross-Codebase Isolation:
- Add `repo` parameter to repo_search, context_search, context_answer
- Support single repo ("my-repo"), multiple repos (["frontend", "backend"]),
  or all repos ("*")
- Auto-detect current repo from CURRENT_REPO/REPO_NAME env when REPO_AUTO_FILTER=1
- Zero degradation: related repos can be searched together, unrelated repos isolated

Post-Rerank Symbol Boost:
- Apply symbol boosts directly after rerank blending (not diluted by blend weight)
- Ensures exact symbol matches rank #1 even when neural reranker disagrees
- Configurable via POST_RERANK_SYMBOL_BOOST (default 1.0)
- Fixes symbol ranking issues (e.g., useAssessmentTabInfo was #3, now #1)

Environment variables:
- REPO_AUTO_FILTER=1 (enable auto-detection, default)
- CURRENT_REPO= (explicit repo override)
- POST_RERANK_SYMBOL_BOOST=1.0 (symbol boost multiplier)
- RERANK_BLEND_WEIGHT=0.6 (rerank vs fusion ratio)
@m1rl0k m1rl0k merged commit 28fe634 into test Dec 2, 2025
1 check passed
m1rl0k added a commit that referenced this pull request Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant