Skip to content

docs(readme): reflect hybrid retrieval in root README (en/ja) - #90

Merged
liplus-lin-lay merged 1 commit into
mainfrom
89-docs-reflect-hybrid-retrieval-in-readme-jaen
Apr 19, 2026
Merged

docs(readme): reflect hybrid retrieval in root README (en/ja)#90
liplus-lin-lay merged 1 commit into
mainfrom
89-docs-reflect-hybrid-retrieval-in-readme-jaen

Conversation

@liplus-lin-lay

Copy link
Copy Markdown
Member

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 が漏れていた分の補完。

変更点

  • Architecture 図: Vectorize (dense semantic index) + D1 FTS5 (BM25 sparse index) の 2 行構成へ、上部に hybrid retrieval (dense + sparse + RRF fusion) ライン追加
  • search_issues 説明を Hybrid retrieval (dense + sparse) + structured filters に変更
  • bullet 説明を dense / sparse 両方に言及する形へ更新

内部仕様 (tokenizer 選択、RRF k=60、migration schema) は docs/0-requirements.{ja,md} に委ね、README には書かない方針。

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
@liplus-lin-lay liplus-lin-lay linked an issue Apr 19, 2026 that may be closed by this pull request
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
github-rag-mcp d66770b Apr 19 2026, 11:54 AM

@liplus-lin-lay
liplus-lin-lay merged commit 0a61764 into main Apr 19, 2026
3 checks passed
@liplus-lin-lay
liplus-lin-lay deleted the 89-docs-reflect-hybrid-retrieval-in-readme-jaen branch April 19, 2026 11:55
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.

docs: reflect hybrid retrieval in README (ja/en)

1 participant