Match the components of a Retrieval Augmented Generation architecture to the diagram.
What are some drivers for the rapid adoption of generative AI? Note: There are 2 correct answers to this question.
Which of the following steps is NOT a requirement to use the Orchestration service?
How does SAP deal with vulnerability risks created by generative Al? Note: There are 2 correct answers to this question.
What is the purpose of splitting documents into smaller overlapping chunks in a RAG system?
Which of the following must you do before connecting to a dataset in order to train a machine learning model in SAP Al Core?
Note: There are 2 correct answers to this question.
How can Joule improve workforce productivity? Note: There are 2 correct answers to this question.
What are some advantages of using agents in training models? Note: There are 2 correct answers to this question.
What are some use cases for fine-tuning of a model? Note: There are 2 correct answers to this question.
You want to download a json output for a prompt and the response.
Which of the following interfaces can you use in SAP's generative Al hub in SAP AI Launchpad?
How do resource groups in SAP AI Core improve the management of machine learning workloads? Note: There are 2 correct answers to this question.
You want to use the orchestration service through SAP's generative-Al-hub-sdk. What does the following code do?
from gen_ai_hub.orchestration.models.11m import LLM 11m =
LLM(name="gpt-40", version="latest", parameters={"max_tokens": 256, "temperature": 0.2})