Skip to content

Commit 3951c3c

Browse files
Merge branch 'main' into amittyagioracle-patch-2
2 parents 787cdc9 + 6400e9e commit 3951c3c

File tree

140 files changed

+2348
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+2348
-1128
lines changed

ai-and-app-modernisation/ai-services/generative-ai-services-and-cohere/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ most performant and cost-effective platform to host their AI services.
2424
## Reusable Assets Overview
2525

2626
- [Gen AI powered document search (Cohere with custom UI)](https://youtu.be/vyJAZvYKY34)
27+
- [Enabling a WhatsApp Customer HelpMate using OCI Generative AI, AI Language & Integration](https://youtu.be/ryo3wVB_69E?si=SxSuTVawoRcbhReU)
28+
- Use OCI Generative AI (in pre-availability) for "Customer Service Quick Replies" Generation for Whatsapp Neutral Messages (customer questions, queries, etc.), sentence-level sentiment analysis from OCI AI Language to uncover overall sentiment and set service ticket severity for negative Whatsapp messages, automatically classify Customer Service tickets through OCI AI Language custom text classification and aspect-based sentiment analysis (ABSA) services
29+
- Learn how Oracle Integration Cloud and Oracle Cloud Infrastructure (OCI) Streaming allow real-time capture of WhatsApp messages.
30+
- All this automation using OCI Generative AI and AI Language Services APIs orchestrated by Oracle Integration Cloud (using no-code integration approach)
2731

2832
## Architecture Center
2933

ai-and-app-modernisation/app-integration-and-automation/oci-api-management/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ API Gateway provides policy enforcement such as limit the number of requests sen
1010

1111
API managers can create Usage Plans within API Gateway and define API access tiers. API teams can monitor the traffic and analytics of their APIs based on the usage plan and subscriptions. This enables customers to analyze usage patterns as well as unlock new revenue streams by monetizing APIs.
1212

13+
Review Date: 03.11.2023
14+
15+
1316
# Useful Links
1417

1518
- [Quick Start Guide](https://docs.oracle.com/en-us/iaas/Content/APIGateway/Tasks/apigatewayquickstartsetupcreatedeploy.htm)

ai-and-app-modernisation/app-integration-and-automation/oci-api-management/fn-authorizer-apigw-oic/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fn-authorizer-apigw-oic
22

33
*Example authorizer function for API Gateway with OIC backend.*
4+
5+
Review Date: 03.11.2023
46

57
# When to use this asset?
68

@@ -10,7 +12,7 @@ Use this asset as an example, when you want to decouple the client authenticatio
1012

1113
This asset is provided as an example. Please tailor the code according to your needs and your context.
1214

13-
See [oci-apigw-oic-auth/README.md](oci-apigw-oic-auth/README.md) for asset details.
15+
See [files/oci-apigw-oic-auth/README.md](files/oci-apigw-oic-auth/README.md) for asset details.
1416

1517
# License
1618

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* [Protect OIC REST APIs with OCI API Gateway and OAuth2 – 2/2](https://mytechretreat.com/protect-oic-rest-apis-with-oci-api-gateway-and-oauth2-2-2/)
2222
* [Authenticating Oracle Integration flows using OAuth token from 3rd party provider](https://blogs.oracle.com/integration/post/authenticating-oic-flows-through-third-party-bearer-token)
2323

24-
# Licence
24+
# License
2525

2626
Copyright (c) 2023, Oracle and/or its affiliates.
2727

ai-and-app-modernisation/app-integration-and-automation/oci-api-management/fn-authorizer-apigw-ords/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fn-authorizer-apigw-ords
22

33
*Example authorizer function for API Gateway with ORDS backend.*
4+
5+
Review Date: 03.11.2023
46

57
# When to use this asset?
68

@@ -10,7 +12,7 @@ Use this asset as an example, when you have OAuth enabled in ORDS and you want t
1012

1113
This asset is provided as an example. Please tailor the code according to your needs and your context.
1214

13-
See [oci-apigw-ords-auth/README.md](oci-apigw-ords-auth/README.md) for asset details.
15+
See [files/oci-apigw-ords-auth/README.md](files/oci-apigw-ords-auth/README.md) for asset details.
1416

1517
# License
1618

0 commit comments

Comments
 (0)