Skip to content

Commit 86021af

Browse files
authored
Merge branch 'main' into LZF-10.01
2 parents 11049b2 + 7e992c6 commit 86021af

File tree

11 files changed

+56
-13
lines changed

11 files changed

+56
-13
lines changed

ai-and-app-modernisation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# AI and App Modernisation
1+
# Artificial Intelligence
22

33

44
On Oracle Cloud Infrastructure (OCI), business users and developers find a comprehensive portfolio of tools and services to create, modernize, and extend enterprise applications.
55

6-
This area includes Application Integration, AI Services, as well as many other exciting low-code and no-code services.
6+
This includes pre-trained AI Services and Generative AI, as well as many other exciting low-code and no-code services.
77

88
For more details, also see [oracle.com](https://www.oracle.com/):
9-
[Application Integration](https://www.oracle.com/integration/) | [Artificial Intelligence Services](https://www.oracle.com/artificial-intelligence/)
9+
[Artificial Intelligence - AI Services and Generative AI](https://www.oracle.com/artificial-intelligence/)
1010

1111
# License
1212

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

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

3-
Oracle Cloud Infrastructure (OCI) AI Services is a collection of services with prebuilt machine learning models that make it easier for developers to apply AI to applications and business operations. The models can be custom-trained 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 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.
44

55
Reviewed: 17.10.2024
66

@@ -20,11 +20,14 @@ Reviewed: 17.10.2024
2020
# Useful Links
2121

2222
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
23-
- [Oracle AI Services Oracle.com Page](https://www.oracle.com/artificial-intelligence/ai-services/)
23+
- [Oracle AI Services on Oracle.com](https://www.oracle.com/artificial-intelligence/ai-services/)
24+
- [Oracle Generative AI on Oracle.com](https://www.oracle.com/artificial-intelligence/generative-ai/generative-ai-service/)
2425
- [Oracle’s Generative AI strategy](https://blogs.oracle.com/ai-and-datascience/post/generative-ai-strategy)
25-
- [OCI AI Foundations Certification](https://mylearn.oracle.com/ou/component/-/127179/198553)
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)
2628
- [AI use cases - 10 examples](https://www.oracle.com/a/ocom/docs/gated/ai-use-cases-ebook.pdf)
2729
- [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)
2831

2932
# Reusable Assets
3033
- [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)

ai-and-app-modernisation/ai-services/ai-language/ai-email-analyis/files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real-Time Email Categorization, Sentiment Analysis & "Quick Replies" using OCI AI Language, Generative AI & Oracle Integration Cloud
22

3-
Reviewed: 11.04.2024
3+
Reviewed: 07.11.2024
44

55
# Introduction
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this article, we'll explore how to make a handy tool that helps to evaluate d
44
This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud
55
and Generative AI prompting techniques for tasks like document key criteria extraction, summarization, and evaluation.
66

7-
Reviewed: 14.03.2024
7+
Reviewed: 07.11.2024
88

99
# When to use this asset?
1010

ai-and-app-modernisation/ai-services/generative-ai-service/doc-evaluation-genai/files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Document Evaluation Tool using Oracle Generative AI, OCI Document Understanding and Oracle Integration Cloud
22

3-
Reviewed: 14.03.2024
3+
Reviewed: 07.11.2024
44

55
# Introduction
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You’ll learn how to use Oracle Integration Cloud to integrate and orchestrate
66

77
You'll use Oracle Cloud Infrastructure (OCI) Document Understanding to extract information from different document types. Leverage OCI Generative AI for document summarization, generation and synthesis of answers to questions on documents. Use OCI DB Cloud Service 23ai for Document Extraction, Vector Search and Embedding (using ONNX local models to the DB) capabilities , and apply local OCI Data Science models for better answers from advanced RAG.
88

9-
Reviewed: 10.06.2024
9+
Reviewed: 07.11.2024
1010

1111
# When to use this asset?
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modular GenAI-based Knowledge Search Engine using OCI Generative AI, OCI DB 23ai, and Oracle Integration Cloud
22

3-
Reviewed: 10.06.2024
3+
Reviewed: 07.11.2024
44

55
# Introduction
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this article, we'll explore how to make a handy tool that helps to enable rea
44
This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud
55
and Generative AI prompting techniques for tasks like text-to-SQL transformations.
66

7-
Reviewed: 02.05.2024
7+
Reviewed: 07.11.2024
88

99
# When to use this asset?
1010

ai-and-app-modernisation/ai-services/generative-ai-service/procurement-qa-genai/files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GenAI-based Procurement Q&A App using Text-to-SQL and Low-Code Integration
22

3-
Reviewed: 02.05.2024
3+
Reviewed: 07.11.2024
44

55
# Introduction
66

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3+
4+
name: Node.js CI
5+
6+
on:
7+
push:
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
strategy:
18+
matrix:
19+
node-version: [ 16.x ]
20+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21+
env:
22+
OCI_USER: ${{ secrets.OCI_USER }}
23+
OCI_TENANCY: ${{ secrets.OCI_TENANCY }}
24+
OCI_FINGERPRINT: ${{ secrets.OCI_FINGERPRINT }}
25+
OCI_KEY: ${{ secrets.OCI_KEY }}
26+
#OCI_PASSPHRASE: ${{ secrets.OCI_PASSPHRASE }} #Optional
27+
Q_ID: ${{ secrets.Q_ID }}
28+
Q_ENDPOINT: ${{ secrets.Q_ENDPOINT }}
29+
30+
steps:
31+
- uses: actions/checkout@v3
32+
- name: Use Node.js ${{ matrix.node-version }}
33+
uses: actions/setup-node@v3
34+
with:
35+
node-version: ${{ matrix.node-version }}
36+
cache: 'npm'
37+
- run: |
38+
npm install
39+
node index.js
40+

0 commit comments

Comments
 (0)