Explain model input processing and RAG document search.
The same word embedding can have different roles.
Choose two correct statements.
Token embeddings represent input units inside a model, while document embeddings represent chunks for semantic retrieval; neither is authorization.
Detailed explanation
They make words or subwords numerical for neural processing.
They make words or subwords numerical for neural processing.
RAG can compare questions and chunks by similarity.
RAG can compare questions and chunks by similarity.
Representation and authorization are separate.
Representation and authorization are separate.
A semantic vector is not guaranteed to be reversible.
A semantic vector is not guaranteed to be reversible.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 2.1・3.2とAmazon Bedrock埋め込みの説明を確認する。Expected result
内部トークン表現とRAG用文書ベクトルの役割を区別できる。Key points
- Token
- Document
- 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.