A search chatbot answers from internal documents.
Users need the document name and relevant passage, and the bot should not guess when nothing is retrieved.
Choose two appropriate design choices.
Show retrieved source identifiers and explicitly abstain or request clarification when no authorized evidence is available.
Detailed explanation
Users can compare the answer with its evidence and detect stale or incorrect material.
Users can compare the answer with its evidence and detect stale or incorrect material.
Abstention reduces unsupported answers when retrieval finds no usable source.
Abstention reduces unsupported answers when retrieval finds no usable source.
Without evidence, users cannot verify the response.
Without evidence, users cannot verify the response.
Retrieval must enforce the source data's access controls.
Retrieval must enforce the source data's access controls.
Try it yourself
An example you can run in a temporary verification environment.
Amazon Bedrock Knowledge Basesの引用・取得結果とデータアクセス制御の公式説明を確認する。Expected result
出典表示と未取得時の拒否を、根拠付き生成の設計として説明できる。Key points
- Grounding
- Citations
- Abstention and authorization
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.