About page v3: content refresh and new responsive styles#2
Merged
thedavidweng merged 1 commit intomainfrom Mar 12, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
thedavidweng
pushed a commit
that referenced
this pull request
Mar 30, 2026
- Fix #2: Use mapValues for fusion normalization instead of Array-based approach, eliminating Dictionary iteration order dependency - Fix #5: CJK-aware query length threshold (5 for CJK, 10 for others) for better auto-mode weight selection - Fix #7: Add idx_videos_index_status index via v3 folder migration - Fix #8: Pin WhisperKit to 0.15.x via .upToNextMinor(from: "0.15.0") 388 tests passing.
thedavidweng
pushed a commit
that referenced
this pull request
Mar 30, 2026
- #1 USearch TOCTOU: ensureCapacity + index.add 合并为同一个 lock 临界区 - #2 SigLIP2 EOS: 先 truncate 到 maxLen-1 再 append EOS,保证 EOS 始终存在 - #3 NLEmbedding 512d 回退: 移除 IndexingManager/SearchState 的 NLEmbeddingProvider 回退 - #4+#6 代码去重: l2Normalize 提取到 EmbeddingUtils,CLI cosineSimilarity 调用共享方法 - #7 融合路径统一: hybridSearch 委托 threeWaySearch,删除 fusionSearch (~90 行) - #8 normalizeScores: range=0 时返回 1.0 而非 0.0,单一命中不被清零 - #12 全局库 clip_vectors 加 created_at 列 (v11 迁移) - #9 VectorStore 注释修正 Co-Authored-By: Claude Opus 4.6 <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.
Motivation
Description
src/pages/about.astroandsrc/pages/zh/about.astrowith revised copy, new section structure (split into descriptive sections and an expandable team area), and placeholder team cards.about-hero-v3,about-hero-v3-inner,about-hero-v3-orb,about-shell-v3,about-section-grid,about-copy-wide,about-divider, andabout-team-grid.src/styles/global.csswith new styles and responsive rules for the v3 layout, including hero background, orb graphic, typography adjustments, grid layouts, card styling, and mobile tweaks; removed olderabout-heropseudo-element styles in favor of the v3 implementation.Testing
npm run buildwhich completed successfully.npm run lintwhich passed without errors.Codex Task