Skip to content

Commit e1b494e

Browse files
authored
Merge branch 'main' into main
2 parents a36df91 + 6655312 commit e1b494e

File tree

2 files changed

+2
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example
  • data-platform/core-converged-db/database-23ai

2 files changed

+2
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/src/main/java/com/example/HelloAIFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class HelloAIFunction {
3333

3434
// FILL IN PROPER VALUES FOR OCI GENAI SERVICE
3535
private static final String ENDPOINT = "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com";
36-
private static final Region REGION = Region.US_CHICAGO_1;
36+
private static final Region REGION = Region.EU_FRANKFURT_1;
3737

3838
// FILL IN PROPER VALUES FOR IAM USER WHEN NOT USING INSTANCE_PRINCIPAL IN OCI FUNCTION
3939
private static final String COMPARTMENT_ID = "ocid1.compartment.oc1..";

data-platform/core-converged-db/database-23ai/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Reviewed: 21.08.2024
9797
- [23ai blogs on blogs.oracle.com/coretec](https://blogs.oracle.com/coretec/category/cased-concurrency-control-rt-23ai)
9898

9999
## Videos
100+
- [Generative AI integration with DBMS_CLOUD_AI](https://youtu.be/V2x3XtibrjM)
100101
- [Monitoring, Analyzing and Diagnosing SQL Statements](https://youtu.be/rbxNPetPH7c)
101102
- [JSON Relational Duality Views](https://youtu.be/YMftyjrEpnU)
102103
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)

0 commit comments

Comments
 (0)