Ingest long policies into vector search.
Retrieve only relevant sections for the model context and reduce unrelated tokens.
What is the main purpose of chunking?
Chunking defines useful retrieval units so relevant passages can be selected and passed within the model's context limit.
Detailed explanation
Appropriate chunks help retrieval return useful sections while controlling context size.
Appropriate chunks help retrieval return useful sections while controlling context size.
Chunking does not verify the content or its freshness.
Chunking does not verify the content or its freshness.
Chunking and access control are separate concerns.
Chunking and access control are separate concerns.
Chunking changes input preparation, not model parameters.
Chunking changes input preparation, not model parameters.
Try it yourself
An example you can run in a temporary verification environment.
Amazon Bedrock Knowledge Bases公式ドキュメントのデータソース取り込み・チャンキング設定を確認する。Expected result
分割が検索精度、コンテキスト量、関連箇所の取得に関係することを説明できる。Key points
- Retrieval unit
- Context size
- Relevant passages
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.