docs(readme): reflect hybrid retrieval in root README (en/ja) - #90
Merged
liplus-lin-lay merged 1 commit intoApr 19, 2026
Merged
Conversation
v0.6.0 で実装された hybrid retrieval (Vectorize dense + D1 FTS5 sparse, RRF fusion) を README.md / README.ja.md に追補する。PR #86 のスコープは docs/ のみで root README のマルチランゲージ 2 本が漏れていたため。 - Architecture 図に D1 FTS5 (BM25 sparse index) のラインを追加 - search_issues の説明を「semantic search + structured filter」から 「hybrid retrieval (dense + sparse) + structured filter」へ変更 - bullet 説明を dense / sparse 両方に触れる形に更新 内部仕様 (tokenizer 選択、RRF k 値、migration schema) は docs/ 側に 任せ、README には概要のみ反映している。 Refs #89
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-rag-mcp | d66770b | Apr 19 2026, 11:54 AM |
liplus-lin-lay
deleted the
89-docs-reflect-hybrid-retrieval-in-readme-jaen
branch
April 19, 2026 11:55
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.
Refs #89
v0.6.0 で実装された hybrid retrieval (Vectorize dense + D1 FTS5 sparse, RRF fusion) を root の README.md / README.ja.md に追補するマルチランゲージ 2 本同時更新。PR #86 のスコープは docs/ のみで root README が漏れていた分の補完。
変更点
Vectorize (dense semantic index)+D1 FTS5 (BM25 sparse index)の 2 行構成へ、上部にhybrid retrieval (dense + sparse + RRF fusion)ライン追加search_issues説明をHybrid retrieval (dense + sparse) + structured filtersに変更内部仕様 (tokenizer 選択、RRF k=60、migration schema) は docs/0-requirements.{ja,md} に委ね、README には書かない方針。