Skip to content

Commit ddfd2be

Browse files
authored
Merge branch 'main' into newadvisor23ai
2 parents aac64d7 + 32d21f2 commit ddfd2be

File tree

30 files changed

+2468
-6
lines changed

30 files changed

+2468
-6
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/ai-services/generative-ai-service/summarize-genai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Text summarization, a core NLP task, unlocks the ability to distill lengthy cont
44

55
In this article, we'll delve into the creation of a powerful document summarization solution leveraging Oracle Generative AI. Through the integration of Oracle Gen AI's advanced capabilities with cutting-edge technologies such as langchain. This codebase empowers users to effortlessly summarize extensive documents, harnessing the power of Oracle Generative AI Service.
66

7-
Reviewed: 11.03.2024
7+
Reviewed: 30.10.2024
88

99
<img src="./files/docSummarize.png">
1010
</img>

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/ai-infra-gpu/ai-infrastructure/rag-langchain-vllm-mistral/files/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jsonpointer==2.4
4848
jsonschema==4.21.1
4949
jsonschema-specifications==2023.12.1
5050
langchain==0.2.10
51-
langchain-community==0.2.9
51+
langchain-community==0.3.0
5252
langchain-core==0.1.46
5353
langchain-text-splitters==0.0.1
5454
langsmith==0.1.51

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/core-converged-db/database-23ai/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Oracle Database 23ai is available cloud-first, in OCI on Oracle Exadata Database
66

77
If you are interested in AI Vector Search, [please see our page here](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/ai-vector-search).
88

9-
Reviewed: 21.08.2024
9+
Reviewed: 05.11.2024
1010

1111
# Useful Links
1212

@@ -95,8 +95,10 @@ Reviewed: 21.08.2024
9595
- [JSON in Oracle Database](https://blogs.oracle.com/coretec/post/json-in-oracle-database)
9696
- [Bigfile Tablespace Shrink](https://blogs.oracle.com/coretec/post/bigfile-tablespace-shrink)
9797
- [Real-Time SQL Monitoring: a MUST for SQL Tuning](https://blogs.oracle.com/coretec/post/oracle-database-real-time-sql-monitoring-one-of-the-most-important-tools)
98+
- [New Features and Release Updates](https://blogs.oracle.com/coretec/post/where-to-find-features-in-release-updates)
9899
- [23ai blogs on blogs.oracle.com/coretec](https://blogs.oracle.com/coretec/category/cased-concurrency-control-rt-23ai)
99100

101+
100102
## Videos
101103
- [Lock-Free Row Updates in Oracle Database using ETAGs](https://youtu.be/zfurzMlY3iI)
102104
- [Generative AI integration with DBMS_CLOUD_AI](https://youtu.be/V2x3XtibrjM)

data-platform/modernise/migration-to-oci-database-with-postgresql/README.md

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

33
OCI Database with PostgreSQL is the ideal solution for organizations aiming to gain effortless scaling in the cloud without changing their applications. It provides full PostgreSQL compatibility while letting users take advantage of OCI’s flexible, high-performance, high-availability infrastructure with built-in security and simple pricing. In addition, this OCI implementation delivers superior scalability combined with reduced administrative demands. Migration to Oracle Database with PostgreSQL can be performed using the pg_dump utility or via online methods using GoldenGate. This page contains links to documentation and assets that better explain how to perform offline and online migrations to the OCI Database with PostgreSQL.
44

5-
Reviewed: 11.12.2023
5+
Reviewed: 04.11.2024
66

77
# Table of Contents
88

manageability-and-operations/operations-advisory/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Reviewed: 24.09.2024
2222
- [Automation to enable Logging Analytics for instances](https://karthicin.medium.com/automation-to-enable-logging-analytics-for-instances-8eef71302b36)
2323
- [Create a DataGuard Association on Oracle Cloud Exa servers using Ansible Collections](https://www.linkedin.com/pulse/create-dataguard-association-oracle-cloud-exa-servers-eugene-simos-hflkf)
2424
- [Why you should start thinking about your cloud operations right at the start of your cloud journey and what to consider](https://medium.com/@manu72tomcat/why-you-should-start-thinking-about-your-cloud-operations-right-at-the-start-of-your-cloud-journey-6000b36d9786)
25+
- [Start and Stop your OCI DB Node via script](https://karthicin.medium.com/script-to-stop-start-oci-db-node-41ccad09fd35)
2526

2627

2728
# Useful Links

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)