generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 369
GenU V3 #806
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
Conversation
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
Co-authored-by: Taiki Maekawa <tmae@amazon.com> Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
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.
変更内容の説明
v3
チェック項目
リリースノート下書き
破壊的変更
agentRegionが廃止されmodelRegionに統合されました (Remove agentRegion #828)agentRegionとmodelRegionが異なる場合は Agent の Stack がmodelRegionで再生成されますpromptFlowsがflowsにリネームされました (Prompt Flow → Flow #836)注目の新機能
Knowledge Base RAG v2 のリリース (#817)
Knowledge Base RAG をこれまでの方法から RetrieveAndGenerateStream API に切り替えました。これに伴い、リランキングとクエリ分解がオプションに追加されています。また、一部コードに変更を加えることで様々なフィルターが適用できるようになりました。例えば「組織ごとにアクセスできるデータソースを指定する」「ユーザーが実行時にフィルターを設定する」といったことが可能です。
CDK Parameter の改善 (#805)
paramter.ts (cdk.json に変わるもの) を導入し、複数の環境のパラメータを一括で管理可能になりました。またパラメータバリデーションの実装変更とスナップショットテストの導入により、コードの安全性も向上しています。なお、cdk.json の context を引き続き利用していただくことも可能です。
エラーハンドリングの改善とリトライボタンの追加 (#827)
API が throw したエラーをフロントエンドにも表示するようになりました。また、再生成ボタンを追加しました。最新の生成結果を生成し直すことが可能です。
高速デプロイコマンドの追加 (#821, #830)
以下のコマンドでこれまでより高速にデプロイすることが可能です。
なお、セキュリティに関連した変更を確認するためのポップアップはスキップされることに注意してください。
ドキュメントの公開 (#834, #838)
これまでドキュメントは Markdown 形式のみで提供されていましたが、GitHub Pages を利用したサイトでも公開されました。ページ内検索が可能です。ドキュメントは こちら。
その他 v3 に関連する変更は こちら をご参照ください。