You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Query and save the recommendations
49
49
50
50
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.
51
51
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.
52
+
## Important - please deploy the solution in one of the listed regions below as the GenAI it's only available in this ## Important - please deploy the solution in any region but you need to use for the variable llm_region - 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
53
54
54
55
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.
@@ -62,6 +62,16 @@ Some regions don't offer all the models. See the region for each pretrained mode
62
62
| UK South (London) | London | uk-london-1 | LHR |
63
63
| US Midwest (Chicago) | Chicago | us-chicago-1 | ORD |
64
64
65
+
```
66
+
There is this variable called llm_region :
67
+
variable "llm_region" {
68
+
type = string
69
+
default = "us-chicago-1"
70
+
}
71
+
72
+
It is set to default to us-chicago-1 ; you need to use any region available in your tenancy subscribed to one of the available LLMs regions listed above.
73
+
```
74
+
65
75
66
76
## <aname="deliverables"></a>Deliverables
67
77
----------------
@@ -409,6 +419,7 @@ The ADW subsystem / module is able to create ADW/ATP databases.
409
419
The Workshop Settings are:
410
420
411
421
* Parameters:
422
+
*__llm_region__ - The region that you need to connect to your LLM. 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. It is set to default to us-chicago-1 ; you need to use any region available in your tenancy subscribed to one of the available LLMs regions listed : sa-saopaulo-1 , eu-frankfurt-1 , ap-osaka-1 , uk-london-1 , us-chicago-1
412
423
*__llm_secret__ - Secret API key used to connect to AI model
413
424
*__tag__ - Pick the datasets to load. The default is gen-ai to start the graph lab.
414
425
*__run_post_load_procedures__ - Run procedures after loading data
Copy file name to clipboardExpand all lines: cloud-foundation/solutions/Deploy-ChatDB-Autonomous-Database-Select-AI-demonstration/modules/cloud-foundation-library/database/adb/main.tf
0 commit comments