Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAGチャット2回目以降の文書不正対応 (#601) #782

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

ttrdthsffr
Copy link
Contributor

@ttrdthsffr ttrdthsffr commented Dec 17, 2024

変更内容の説明

RAGチャットにおいて、2回目以降の会話の根拠文書の紐づけがおかしくなることがある点を修正

原因

「前処理:Few-shot で参考にされてしまうため、過去ログから footnote を削除」とコメント記載のある処理において、
末尾の脚注([^0] [^1] ...)のみが削除されており、footnate全体が除去されていないこと、
メッセージ本文の脚注アンカー部分([^0] [^1] ...)が残っていることにより、
1回目の会話の脚注と、2回目以降の会話の脚注間で意図せぬ紐づきが発生していた

参考:2回目の会話における1回目のメッセージの内容

処理前のメッセージ例

1_除去前

処理後のメッセージ(不具合発生時)

→ 末尾の脚注表記のみが削除されリンクが残っている/メッセージ本文の脚注アンカー部分([^0] [^1] ...)が残っている

2_除去後_BEFORE

処理後のメッセージ(改善)

→footnate全体を削除

2_除去後_AFTER

チェック項目

  • [ ✔] npm run lint を実行した
  • [ ✔ ] 関連するドキュメントを修正した(対象なし)
  • [ ✔ ] 手元の環境で動作確認済み

本対応により、当該現象が発生しなくなることを確認済みです。

関連する Issue

#601

Copy link
Contributor

@tbrand tbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!動作確認が取れました!LGTM です!
引き続きよろしくお願いいたします!

@tbrand tbrand merged commit 4c7207d into aws-samples:main Dec 18, 2024
2 checks passed
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.

2 participants