Skip to content

Commit 34545e3

Browse files
authored
Merge branch 'main' into lsa-custom-rag4
2 parents b0ff9fa + 6370e5f commit 34545e3

File tree

238 files changed

+29632
-567
lines changed

Some content is hidden

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

238 files changed

+29632
-567
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,34 @@ shared-assets/bastion-py-script/.oci/
33
shared-assets/bastion-py-script/temp/
44
temp/
55
app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README_tmp.html
6+
7+
8+
# Local .terraform directories
9+
**/.terraform/*
10+
11+
12+
# Crash log files
13+
crash.log
14+
crash.*.log
15+
16+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
17+
# password, private keys, and other secrets. These should not be part of version
18+
# control as they are data points which are potentially sensitive and subject
19+
# to change depending on the environment.
20+
*.tfvars
21+
*.tfvars.json
22+
23+
24+
# Ignore override files as they are usually used to override resources locally and so
25+
# are not checked in
26+
override.tf
27+
override.tf.json
28+
*_override.tf
29+
*_override.tf.json
30+
31+
# Ignore CLI configuration files
32+
.terraformrc
33+
terraform.rc
34+
35+
# Terraform lock files
36+
*.lock.hcl

ai/README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,28 @@
11
# AI Services
22

3-
Oracle Cloud Infrastructure (OCI) AI Services and Generative AI Services are a collection of services with prebuilt machine learning and Generative AI models that make it easier for developers to apply AI to applications and business operations. The models can be custom-trained (or fine-tuned) for more accurate business results. Teams within an organization can reuse the models, datasets, and data labels across services. OCI AI Services makes it possible for developers to easily add machine learning to apps without slowing down application development.
3+
Oracle Cloud Infrastructure (OCI) AI Services, Generative AI Services and Generative AI Agents are a collection of services with prebuilt machine learning and Generative AI models that make it easy for developers to apply AI to applications and business processes. The models can be custom-trained (or fine-tuned) for more accurate business results. Teams within an organization can reuse the models, datasets, and data labels across services. OCI AI makes it possible for developers to easily add AI to applications without slowing down application development.
44

5-
Reviewed: 17.10.2024
5+
Reviewed: 03.06.2025
66

7-
# Team Publications
8-
- [Cloud Coaching - Low Code embraces Oracle Cloud Infrastructure AI services](https://www.youtube.com/watch?v=0oHixpA9JDc)
9-
- Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering.
10-
11-
# Table of Contents
12-
13-
- [AI Services](#ai-services)
14-
- [Team Publications](#team-publications)
15-
- [Table of Contents](#table-of-contents)
16-
- [Useful Links](#useful-links)
17-
- [Reusable Assets](#reusable-assets)
18-
- [License](#license)
197

208
# Useful Links
219

10+
## Examples and hands-on workshops
2211
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
12+
- [Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/home)
13+
14+
## Discover Oracle AI
2315
- [Oracle AI Services on Oracle.com](https://www.oracle.com/artificial-intelligence/ai-services/)
2416
- [Oracle Generative AI on Oracle.com](https://www.oracle.com/artificial-intelligence/generative-ai/generative-ai-service/)
17+
- [Oracle AI Strategy and Platform webinar](https://go.oracle.com/LP=138234?elqCampaignId=489428&src1=:so:ch:or:dg::::&SC=:so:ch:or:dg::::&pcode=WWMK230822P00010)
2518
- [Oracle’s Generative AI strategy](https://blogs.oracle.com/ai-and-datascience/post/generative-ai-strategy)
26-
- [OCI AI Foundations Certification](https://mylearn.oracle.com/ou/learning-path/become-an-oci-ai-foundations-associate-2024/140164)
27-
- [OCI Generative AI Professional](https://mylearn.oracle.com/ou/learning-path/become-an-oci-generative-ai-professional/136227)
2819
- [AI use cases - 10 examples](https://www.oracle.com/a/ocom/docs/gated/ai-use-cases-ebook.pdf)
2920
- [Availability of AI Services across OCI datacenters](https://www.oracle.com/uk/cloud/public-cloud-regions/service-availability/#commercial)
30-
- [Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/home)
3121

32-
# Reusable Assets
33-
- [Smarter Applications with AI Services](https://go.oracle.com/LP=138234?elqCampaignId=489428&src1=:so:ch:or:dg::::&SC=:so:ch:or:dg::::&pcode=WWMK230822P00010)
34-
- [Oracle AI Strategy and Platform webinar](https://go.oracle.com/LP=138234?elqCampaignId=489428&src1=:so:ch:or:dg::::&SC=:so:ch:or:dg::::&pcode=WWMK230822P00010)
22+
## Learning paths and certifications
23+
- [OCI AI Foundations Certification](https://mylearn.oracle.com/ou/learning-path/become-an-oci-ai-foundations-associate-2024/140164)
24+
- [OCI Generative AI Professional](https://mylearn.oracle.com/ou/learning-path/become-an-oci-generative-ai-professional/136227)
25+
- [Become a Digital Assistant developer](https://mylearn.oracle.com/ou/learning-path/become-a-digital-assistant-developer-2025/147740)
3526

3627
# License
3728

ai/ai-document-understanding/README.md

Lines changed: 63 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,58 @@
22

33
Oracle Cloud Infrastructure (OCI) Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and command-line interface tools. With OCI Document Understanding, you can automate tedious business processing tasks with prebuilt AI models and customize document extraction to fit your industry-specific needs.
44

5-
Reviewed: 17.10.2024
5+
Reviewed: 11.06.2025
66

77

88
# Table of Contents
99

10-
- [Document Understanding](#document-understanding)
11-
- [Table of Contents](#table-of-contents)
12-
- [Team Publications](#team-publications)
13-
- [Reusable Assets Overview](#reusable-assets-overview)
14-
- [Useful Links](#useful-links)
15-
- [LiveLabs and Workshops](#livelabs-and-workshops)
16-
- [Customer Stories](#customer-stories)
17-
- [License](#license)
10+
1. [Team Publications](#team-publications)
11+
2. [Useful Links](#useful-links)
12+
3. [Reusable Assets Overview](#reusable-assets-overview)
1813

1914
# Team Publications
2015

16+
## LiveLabs and Workshops
17+
18+
- [Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
2119
- [Search Documents stored in Object Storage using Opensearch, Generative AI, Semantic Search, RAG](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3762)
20+
- [Develop with Oracle AI and Database Services: Gen, Vision, Speech, Language, OML, Select AI, RAG and Vector](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3874&clear=RR,180&session=10041712875174)
21+
- [Search Documents and Images stored in Object Storage using OpenSearch, AI Vision, Text Recognition](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3442)
22+
23+
## GitHub
24+
25+
- [Invoice Document Processing from Gmail into ERP systems using OCI Document Understanding & Oracle Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/ai-document-understanding/ai-email-invoice)
26+
27+
## Architecture Center
28+
29+
- [Search documents and images stored in Object Storage using OpenSearch, OCI Vision, Text Recognition](https://docs.oracle.com/en/solutions/oci-opensearch-vision/index.html)
30+
- [Enable a Low Code Modular LLM App Engine using Oracle Integration and OCI Generative AI](https://docs.oracle.com/en/solutions/oci-generative-ai-integration/index.html)
31+
- [Use OCI Vision + DU to extract data from images and scanned documents](https://docs.oracle.com/en/solutions/ai-vision-extract-data/index.html)
2232

23-
## Reusable Assets Overview
33+
# Useful Links
2434

35+
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
36+
- [Document Understanding Oracle.com Page](https://www.oracle.com/artificial-intelligence/document-understanding/)
37+
- [Document Understanding Documentation](https://docs.oracle.com/iaas/document-understanding/document-understanding/using/home.htm)
38+
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
39+
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
40+
- [Automate with documents using AI](https://blogs.oracle.com/ai-and-datascience/post/automate-documents-using-ai)
41+
- [Oracle Learning YouTube Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
42+
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
43+
44+
## Customer Stories
45+
46+
- [Trailcon Leasing: Low-code and AI for Automating Invoice Processing & Approval Workflow](https://www.youtube.com/watch?v=TsbNU6xdQPw)
47+
- [Careem increases efficiency and cuts invoice process time 70% with Oracle AI](https://www.oracle.com/customers/careem-case-study/)
48+
49+
# Reusable Assets Overview
50+
51+
## Cloud Coaching
2552
- [Cloud Coaching - Boost Your Oracle AI Services](https://youtu.be/VVWTqqlIEhg)
2653
- Learn how to Develop a Multi-Chain Document Evaluation Apps with Oracle Generative AI, Document Understanding, and Integration Cloud.
2754

28-
- [Blog: Document Evaluation Tool using OCI Generative AI, Document Understanding & Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/generative-ai-service/doc-evaluation-genai)
29-
- In this article, we'll explore how to make a handy tool that helps to evaluate documents using Oracle Generative AI, OCI Document Understanding, and Oracle Integration Cloud (OIC). This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud and Generative AI prompting techniques for tasks like document key criteria extraction, summarization, and evaluation.
30-
3155
- [Cloud Coaching - How to code and develop a Web (or Mobile) Application with Visual Builder that uses and leverages OCI Document Understanding Service](https://youtu.be/0oHixpA9JDc?si=3CWh0d2RpuEzzLKU)
32-
Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering
56+
- Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering
3357

3458
- [Cloud Coaching - AI Based & Real Time Gmail Invoice Documents Processing into Oracle Fusion ERP Cloud](https://youtu.be/wq7HH-WYslU?si=wBqH5eEkcC0hYKqj)
3559
How can you speed up your Account Payable Invoice Processing Cycle? Document Understanding and OCI Intelligent Automation Engine running on top of Oracle Fusion ERP Cloud can help:
@@ -42,33 +66,38 @@ Reviewed: 17.10.2024
4266

4367
- [Oracle AI Invoice Handling Solution](https://github.com/oracle-devrel/oci-ai-invoice-handling)
4468

45-
- [Demo: Automate Invoice Handling - Oracle Integration Cloud & AI Document Understanding Service](https://youtu.be/k72CcNhmOjs)
46-
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
47-
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
48-
- [Document Understanding (Insurance Document) Key Value extraction demo](https://youtu.be/QsFqaRxtV1s)
49-
- [Cloud Customer Connect - How to Train Your Oracle AI Cloud Service Model](https://community.oracle.com/customerconnect/events/604740-oci-how-to-train-your-oracle-ai-cloud-service-model)
50-
- In this session, we demonstrate how you can use OCI AI services, to create custom models using the data labeling, vision, and document understanding service.
5169
- [Cloud Coaching - Low Code Modular RAG-based Knowledge Search Engine using Oracle GenAI](https://www.youtube.com/watch?v=KkVomurY_0Q)
5270
- In this coaching session, you’ll learn how to use low-code integration with Oracle Integration Cloud to integrate and orchestrate social media channels like WhatsApp, Business channels like a Web Application built in Oracle Visual Builder, productivity channels like OCI Object Storage, local large and small language models (LLMs), and vector databases to ingest live data into the RAG-based Knowledge Search Engine store.
5371

54-
# Useful Links
72+
## Blogs
5573

56-
- [Automate with documents using AI](https://blogs.oracle.com/ai-and-datascience/post/automate-documents-using-ai)
57-
- [Oracle Learning YouTube Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
58-
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
59-
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
60-
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
74+
- [Document Evaluation Tool using OCI Generative AI, Document Understanding & Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/generative-ai-service/doc-evaluation-genai)
75+
- In this article, we'll explore how to make a handy tool that helps to evaluate documents using Oracle Generative AI, OCI Document Understanding, and Oracle Integration Cloud (OIC). This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud and Generative AI prompting techniques for tasks like document key criteria extraction, summarization, and evaluation.
6176

62-
- [Document Understanding Oracle.com Page](https://www.oracle.com/artificial-intelligence/document-understanding/)
63-
- [Document Understanding Documentation](https://docs.oracle.com/iaas/document-understanding/document-understanding/using/home.htm)
77+
- [Create a Custom Document Understanding Model in OCI](https://blogs.oracle.com/analytics/post/create-a-custom-document-understanding-model-in-oci)
78+
- Explore which are the steps to create custom models in Document Understanding and which models can be customized. Custom models are useful for specific business requirements, when pretrained models are not enough to solve those needs.
6479

65-
## LiveLabs and Workshops
66-
67-
- [Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
80+
- [Register and Invoke Custom Document Understanding Models in Oracle Analytics Cloud](https://blogs.oracle.com/analytics/post/register-and-invoke-custom-document-understanding-models-in-oac)
81+
- Learn about custom Document Understanding models and how to register and invoke a custom key value extraction model from OAC.
82+
83+
- [OCI Document Understanding: Using OJET apps with TypeScript](https://blogs.oracle.com/developers/post/oci-document-understanding-using-ojet-apps-with-typescript)
84+
85+
- [Extract key values with Oracle Analytics and OCI Document Understanding](https://blogs.oracle.com/analytics/post/innovate-with-oracle-analytics-and-ai-document-understanding)
86+
87+
88+
## Demos & Events
89+
90+
- [Demo: Automate Invoice Handling - Oracle Integration Cloud & AI Document Understanding Service](https://youtu.be/k72CcNhmOjs)
91+
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
92+
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
93+
- [Document Understanding (Insurance Document) Key Value extraction demo](https://youtu.be/QsFqaRxtV1s)
94+
- [Cloud Customer Connect - How to Train Your Oracle AI Cloud Service Model](https://community.oracle.com/customerconnect/events/604740-oci-how-to-train-your-oracle-ai-cloud-service-model)
95+
- In this session, we demonstrate how you can use OCI AI services, to create custom models using the data labeling, vision, and document understanding service.
96+
- [Low-Code Modular RAG-Based Knowledge Search Engine](https://www.oracle.com/artificial-intelligence/low-code-modular-rag/)
97+
- [Automate Invoice Handling with OCI Document Understanding](https://www.oracle.com/artificial-intelligence/automate-invoice-processing/)
98+
- [Processing Invoices in Email Using OCI Document Understanding and Oracle Integration Cloud](https://www.oracle.com/artificial-intelligence/processing-invoices-in-email/)
99+
- [Evaluating Documents using OCI Generative AI and OCI Document Understanding](https://www.oracle.com/artificial-intelligence/evaluating-document/)
68100

69-
## Customer Stories
70-
71-
- [Trailcon Leasing: Low-code and AI for Automating Invoice Processing & Approval Workflow](https://www.youtube.com/watch?v=TsbNU6xdQPw)
72101

73102
# License
74103

0 commit comments

Comments
 (0)