A data scientist is setting up a RAG pipeline using Amazon Bedrock Knowledge Bases. They need to ingest documents, split them into chunks, generate embeddings, and store them for retrieval. Which TWO steps are part of the ingestion process? (Choose TWO)
Chunking is a key ingestion step to divide documents into manageable pieces.
Why this answer
Ingestion includes parsing documents, chunking, and generating embeddings. Querying the vector store and augmenting the prompt occur during inference, not ingestion.