Developing your own AI-Enabled Applications Flashcards
(30 cards)
What is the ABAP AI SDK powered by Intelligent Scenario Lifecycle Management (ISLM)?
An ABAP library for generative AI in ABAP apps.
How does the SDK connect to LLMs?
Via the AI API client to SAP AI Core and the generative AI hub.
What AI features does the SDK provide?
Prompt completion and function calls.
What does ISLM do in the SDK?
Manages lifecycle and connectivity to LLMs.
What are intelligent scenarios?
Transportable objects containing info about AI models.
What is the ABAP AI SDK used for?
To build AI features in ABAP using LLMs.
Where are the LLMs hosted?
On the generative AI hub in SAP AI Core.
What is the architecture role of the SDK and ISLM?
Bridge between apps and LLMs.
What must you keep in mind when using LLMs?
They have constraints and may be deprecated or changed.
What is the ABAP AI SDK?
An ABAP reuse library to access large language models from SAP AI Core.
What does the ABAP AI SDK simplify for ABAP developers?
Consuming LLMs with standardized access and reusable features.
What common LLM usage patterns does the SDK support?
Prompt completion, prompt library, function calling, and exception handling.
What is the role of ISLM in this integration?
It manages AI connectivity, lifecycle, and intelligent scenarios.
What is an intelligent scenario in ISLM?
Transportable objects containing all info to ship and run a generative AI-based solution.
How does ISLM support prompt management?
It allows creating and managing prompt templates for business use.
What does “auto enablement” in ISLM mean?
Generative AI use cases are pre-configured and ready to use.
What are intelligent scenarios and models used for?
To store LLM settings like model, version, and prompt templates.
How do developers interact with LLMs in ABAP?
Using the ABAP AI SDK’s application programming interfaces (APIs).
Who manages connections to the generative AI hub?
ISLM, via connectivity mapping and scenario destinations.
What is the function of the generative AI hub?
It provides access to LLMs hosted by providers.
What setup is required for using ABAP AI SDK in customer systems?
SAP AI Core + AI hub instance and connection via communication scenario SAP_COM_0A69.
What risk does generative AI bring to ABAP apps?
It can return incorrect or hallucinated results.
Why can LLMs become unavailable in your application?
Third-party vendors may deprecate or remove them.
Why might some LLMs not be supported in ABAP AI SDK?
They may be newer than the SDK’s latest release.