Skip to content

Commit 83577f1

Browse files
Merge branch 'main' into al3xne-patch-4
2 parents 77fcd21 + e52f7d3 commit 83577f1

File tree

27 files changed

+2464
-4
lines changed

27 files changed

+2464
-4
lines changed

ai-and-app-modernisation/ai-services/generative-ai-service/rag-genai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this article, we'll explore how to create a Retrieval-Augmented Generation (RAG) model using Oracle Gen AI, llama index, Qdrant Vector Database, and SentenceTransformerEmbeddings. This 21-line code will allow you to scrape through web pages, use llama index for indexing, Oracle Generative AI Service for question generation, and Qdrant for vector indexing.
44

5-
Reviewed: 30.01.2024
5+
Reviewed: 30.10.2024
66

77
# When to use this asset?
88

ai-and-app-modernisation/app-integration-and-automation/shared-assets/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ This section contains various examples related to Application Integration: demo
1919

2020
## Demos
2121

22+
- [Developer Coaching Session : Automate Expenses - OCI Document Understanding + Oracle Process Automation](https://youtu.be/orqQoTFrKBc?si=PCCSYWtblxLWCIwn)
23+
24+
- OCI Process Automation enables businesses to streamline workflows, reduce manual efforts, and ensure consistent decision-making by harnessing intelligent services to automate repetitive processes and integrate seamlessly with other business applications.
25+
26+
In this session, we explore out of the box recipes, demonstrating how to optimize the expense report creation process using intelligent document processing and decision service capabilities within OCI Process Automation.
27+
28+
Key Takeaways:
29+
1. Automated Data Extraction:
30+
The process starts when users upload receipts as part of their expense reports in OCI Process Automation custom form.
31+
OCI Document Understanding automatically scans and extracts data, populating the expense report with necessary line items.
32+
2. Approval Workflow:
33+
Once the expense report is submitted, the OCI Process Automation decision service evaluates it for automatic approval or manual review.
34+
Decisions are based on total amount, cost center, expense type, and receipt attachments.
35+
3. Manual Review and Integration:
36+
Expense reports flagged for review are sent to line managers for approval.
37+
38+
2239
- [Setting Up OAuth and Calling Oracle Integration APIs: A Step-by-Step Guide](https://youtu.be/UrptzZbycm4?si=opv0_wc5F7SV86nx)
2340

2441
- In this demo video, we provide a step-by-step guide to setting up OAuth and calling Oracle Integration APIs. We'll walk you through registering your application, obtaining client credentials, and generating OAuth tokens.

cloud-infrastructure/compute-including-hpc/compute-software/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This page contains information and useful links regarding Compute services that are mostly related to OS and Licenses Management on top of OCI Compute. You can also find resources about BYOI, BYOH and Autoscaling.
44

5-
<i>Review date: 23 October 2024</i>
5+
<i>Review date: 04 November 2024</i>
66

77
# Table of Contents
88

@@ -28,6 +28,7 @@ This page contains information and useful links regarding Compute services that
2828
- [Mount a boot volume from one compute instance (or VM) onto another compute instance in order to replace lost ssh keys](https://gitlab.com/ms76152/system-administration)
2929
- [Transfer data to and from Oracle Cloud Infrastructure using OS tools such as sftp, scp, oci cli, curl](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/data%20transfer%20to%20OCI%20v1.0.pdf)
3030
- [Quering Compute Capacity using CloudShell](https://github.com/Olygo/OCI_ComputeCapacityReport)
31+
- [Cockpit – Web console to manage Oracle Linux](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/tree/main/cockpit) - Installation instructions for Cockpit, the System administration graphical web console for Oracle Linux
3132

3233
# Useful Links
3334

data-platform/modernise/data-pump/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Data Pump export utility writes the schema objects, including the tables and
66

77
A set of best practices and other useful assets/links can be found in this page.
88

9-
Reviewed: 03.11.2023
9+
Reviewed: 31.10.2024
1010

1111
# Table of Contents
1212

@@ -45,7 +45,8 @@ Reviewed: 03.11.2023
4545
- The ultimate resource for mastering every option in detail and to unlock the full potential of the Python script, available on Marcus Doeringer's public platform
4646

4747
# Useful Links
48-
- [Data Pump in Database 21c LiveLabs Workshop](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=742&clear=RR,180&session=1384894897131)
48+
- [Loading Data from Google Cloud Storage to Oracle Database](https://database-heartbeat.com/2024/10/01/google-storage-to-oracle-database/)
49+
- [Data Pump Features LiveLabs Workshop](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=742&clear=RR,180&session=1384894897131)
4950
- [Data Pump Best Practices Whitepaper](https://www.oracle.com/a/ocom/docs/oracle-data-pump-best-practices.pdf)
5051
- [Data Pump Basics - YouTube Video](https://www.youtube.com/watch?v=5uLDxPDErsw)
5152
- [Data Pump Best Practices & Real World Scenarios - YouTube Video](https://www.youtube.com/watch?v=960ToLE-ZE8)

security/security-design/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Reviewed: 29.10.2024
4343
- [OCI Security Health Check Standard](shared-assets/oci-security-health-check-standard/README.md)
4444
- [Data Safe Audit Database to OCI Logging](shared-assets/fn-datasafe-dbaudit-to-oci-logging/README.md)
4545
- [Importing your own key into OCI Vault](shared-assets/kms-import-keys/README.md)
46+
- [OCI IAM SDK Example](shared-assets/iam-py-sdk/README.md)
47+
=======
48+
4649

4750
4851
# Useful Links
@@ -68,3 +71,4 @@ Copyright (c) 2024 Oracle and/or its affiliates.
6871
Licensed under the Universal Permissive License (UPL), Version 1.0.
6972

7073
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
74+

0 commit comments

Comments
 (0)