Skip to content

Commit bbed597

Browse files
Merge pull request #111 from oracle-devrel/iopanait-develop51
upgrading the Select-AI-demonstration and oci-genai-demonstration sol…
2 parents 3793476 + 1866669 commit bbed597

File tree

24 files changed

+90
-63
lines changed

24 files changed

+90
-63
lines changed

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2022, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
.terraform

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
# Copyright © 2023, Oracle and/or its affiliates.
3+
# Copyright © 2025, Oracle and/or its affiliates.
44
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
66

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2023 Oracle and/or its affiliates. All rights reserved.
1+
Copyright © 2025 Oracle and/or its affiliates. All rights reserved.
22

33
The Universal Permissive License (UPL), Version 1.0
44

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ Query and save the recommendations
4949

5050
Oracle Cloud provides an amazing platform to productively deliver secure, insightful, scalable and performant solutions. MovieStream designed their solution leveraging the world class Oracle Autonomous Database and Oracle Cloud Infrastructure (OCI) Data Lake services. Their data architecture is following the Oracle Reference Architecture [_Enterprise Data Warehousing - an Integrated Data Lake_](https://docs.oracle.com/en/solutions/oci-curated-analysis/index.html) - which is used by Oracle customers around the world. It's worthwhile to review the architecture so you can understand the value of integrating the data lake and data warehouse - as it enables you to answer more complex questions using all your data.
5151

52+
## Important - please deploy the solution in one of the listed regions below as the GenAI it's only available in this regions. If you deploy it in other regions, the solution will not work. If you don't have any of the regions available in your tenancy, please subscribe to one of them.
53+
54+
55+
Some regions don't offer all the models. See the region for each pretrained model to find out which models are available in a region near you.
56+
57+
| Region Name | Location | Region Identifier | Region Key |
58+
|--------------------------|----------|-------------------|------------|
59+
| Brazil East (Sao Paulo) | Sao Paulo | sa-saopaulo-1 | GRU |
60+
| Germany Central (Frankfurt) | Frankfurt | eu-frankfurt-1 | FRA |
61+
| Japan Central (Osaka) | Osaka | ap-osaka-1 | KIX |
62+
| UK South (London) | London | uk-london-1 | LHR |
63+
| US Midwest (Chicago) | Chicago | us-chicago-1 | ORD |
64+
5265

5366
## <a name="deliverables"></a>Deliverables
5467
----------------

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
data "oci_identity_availability_domains" "ADs" {

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
# Create ADW Database with Endpoint in private subnet or public ADW

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/modules/cloud-foundation-library/database/adb/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
locals {

cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/modules/cloud-foundation-library/database/adb/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023, Oracle and/or its affiliates.
1+
# Copyright © 2025, Oracle and/or its affiliates.
22
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
output "atp_db_id" {

0 commit comments

Comments
 (0)