Creating an Application
Create an application in the OCI Generative AI service.
Applications define a managed runtime for hosted deployments, including scaling, managed storage, networking, and authentication settings. This task documents the steps for creating an application by using the Oracle Cloud Console.
After you create an application, you can view its details and perform other tasks, such as updating it, moving it to a different compartment, managing its tags, or deleting it. Use the in the Console to access these tasks. You can also create one or more deployments for the application and activate a deployment to make it the running version. For more information, see Listing Applications.
To create an application, in the list page, select Create application. If you need help finding the list page, see Listing Applications.
- (Optional) In Environment variables, add environment variables required by the container.
- (Optional) In Networking, select the networking type for outbound traffic (egress) and select an endpoint type (public or private) for access to the active deployment for this application.
- In Authentication, select an identity domain configuration and provide the required OAuth settings (scope and audience).
- Review the settings and select Create application.
Basic Information
Tags
- (Optional) Select Add tag and assign tags to this vector store. See Resource Tags.
- Select Create.
Scaling
Storage (Optional)
If the agent needs to use the service managed storage, you can select PostgreSQL, OCI Cache and Oracle Autonomous Database.
Enable managed storage for hosted deployments associated with this application. Managed storage is created and managed by the service and is accessible only from the hosted deployment associated with this application. Connection details are provided to the container through environment variables.
Networking (Optional)
Select how deployments in this application route outbound traffic (egress) and how clients access the deployment endpoint.
Authentication
Perform tasks in Setting up Authentication for Agentic Support, before you start this task.
Review and Create
Review the selections and if you're happy with them, select Create.
The time for an application to get created depends on the resources for the application.
-
If managed storage is enabled, the service provisions a dedicated storage instance, which might take several minutes.
-
If custom networking is selected, the service provisions the required network bridging resources, which might also take several minutes.