Skip to content

Commit 6b95792

Browse files
Merge branch 'main' into dependabot/pip/ai/gen-ai-agents/custom_rag_agent/tornado-6.5
2 parents cdb3c78 + 70460fe commit 6b95792

File tree

9 files changed

+50
-18
lines changed

9 files changed

+50
-18
lines changed

ai/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
# AI Services
1+
# OCI Generative AI and AI Services
22

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.
3+
Oracle Cloud Infrastructure (OCI) [Generative AI Service](https://docs.oracle.com/en-us/iaas/Content/generative-ai/overview.htm), [Generative AI Agents](https://docs.oracle.com/en-us/iaas/Content/generative-ai-agents/overview.htm) and [AI Services](https://www.oracle.com/uk/artificial-intelligence/ai-services/) 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: 03.06.2025
5+
Reviewed: 21.08.2025
66

77

88
# Useful Links
99

1010
## Examples and hands-on workshops
1111
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
1212
- [Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/home)
13+
- [This repository](https://github.com/oracle-devrel/technology-engineering/tree/main/ai) and [Oracle-samples repository](https://github.com/oracle-samples/oci-data-science-ai-samples)
14+
- [Oracle Developer Coaching channel on Youtube](https://www.youtube.com/@oracledevs)
1315

1416
## Discover Oracle AI
15-
- [Oracle AI Services on Oracle.com](https://www.oracle.com/artificial-intelligence/ai-services/)
17+
- [Oracle AI on Oracle.com](https://www.oracle.com/artificial-intelligence/)
1618
- [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)
19+
- [Oracle AI First Principles - Youtube series](https://www.youtube.com/watch?v=ZCX-gT1q0ZQ)
1820
- [Oracle’s Generative AI strategy](https://blogs.oracle.com/ai-and-datascience/post/generative-ai-strategy)
19-
- [AI use cases - 10 examples](https://www.oracle.com/a/ocom/docs/gated/ai-use-cases-ebook.pdf)
20-
- [Availability of AI Services across OCI datacenters](https://www.oracle.com/uk/cloud/public-cloud-regions/service-availability/#commercial)
21+
- [Oracle AI & Data Science Blog](https://blogs.oracle.com/ai-and-datascience/)
22+
- [AI use cases - 11 examples](https://www.oracle.com/a/ocom/docs/gated/ai-use-cases-ebook.pdf)
23+
- [Availability of AI Services across OCI datacenters](https://www.oracle.com/cloud/distributed-cloud/#service-availability)
2124

2225
## Learning paths and certifications
2326
- [OCI AI Foundations Certification](https://mylearn.oracle.com/ou/learning-path/become-an-oci-ai-foundations-associate-2024/140164)

ai/gen-ai-agents/assistant-secretary-agent/files/local_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ traitlets==5.14.3
9494
typing-inspect==0.9.0
9595
typing_extensions==4.12.2
9696
tzdata==2024.2
97-
urllib3==2.3.0
97+
urllib3==2.5.0
9898
wcwidth==0.2.13
9999
yarl==1.18.0
100100
zstandard==0.23.0

ai/gen-ai-agents/assistant-secretary-agent/readme.md

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

33
An AI-powered assistant that routes user input across tools like Gmail, Google Calendar, Weather API, Calculator, and Oracle’s Generative AI services for smart, dynamic task automation.
44

5-
Reviewed: 23.04.2025
5+
Reviewed: 23.08.2025
66

77
# When to use this asset?
88

ai/gen-ai-agents/csvpdf_analyzer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CSV Analyzer Agent is an AI-Agent assistant designed to automate document unders
44
It intelligently routes user questions through a multi-step process that includes PDF information extraction, CSV data analysis, code generation, execution, and natural language explanation.
55
It supports dynamic workflows like PDF parsing, CSV querying, and context-aware reporting through a Streamlit UI.
66

7-
Reviewed: April 18, 2025
7+
Reviewed: August 18, 2025
88

99
# When to use this asset?
1010

ai/gen-ai-agents/expense validator/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Expense Validator Agent is an AI-powered assistant that automates employee expen
44
It extracts structured data from uploaded PDFs, checks policy compliance, detects category mismatches, and compares declared amounts with expenses (invoice) total cost.
55
It runs as an interactive Streamlit app backed by a LangGraph-based workflow and Oracle GenAI models.
66

7-
Reviewed: May 6, 2025
7+
Reviewed: August 20, 2025
88

99
# When to use this asset?
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi==0.111.0
22
uvicorn==0.29.0
3-
requests==2.31.0
3+
requests==2.32.4
44
python-dotenv==1.0.1
55
oci==2.114.1

ai/generative-ai-service/hr-goal-alignment/files/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ typing-inspection==0.4.0
106106
tzdata==2025.2
107107
unstructured==0.17.2
108108
unstructured-client==0.34.0
109-
urllib3==2.3.0
109+
urllib3==2.5.0
110110
webencodings==0.5.1
111111
wrapt==1.17.2
112112
xlrd==2.0.1

cloud-infrastructure/ai-infra-gpu/ai-infrastructure/rag-langchain-vllm-mistral/files/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pydantic-settings==2.8.1
170170
pydantic_core==2.33.1
171171
pyee==12.1.1
172172
Pygments @ file:///croot/pygments_1684279966437/work
173-
pypdf==5.4.0
173+
pypdf==6.0.0
174174
PySocks==1.7.1
175175
python-dateutil==2.9.0.post0
176176
python-dotenv==1.1.0
@@ -218,7 +218,7 @@ torchaudio==2.6.0
218218
torchvision==0.21.0
219219
tqdm==4.67.1
220220
traitlets @ file:///croot/traitlets_1718227057033/work
221-
transformers==4.52.1
221+
transformers==4.53.0
222222
trio==0.29.0
223223
trio-websocket==0.12.2
224224
triton==3.2.0
@@ -230,7 +230,7 @@ tzdata==2025.2
230230
urllib3==2.3.0
231231
uvicorn==0.34.0
232232
uvloop==0.21.0
233-
vllm==0.9.0
233+
vllm==0.10.1.1
234234
watchfiles==1.0.5
235235
wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work
236236
websocket-client==1.8.0

data-platform/data-development/sqldev-copilot-vscode-sqcl-mcp/README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,47 @@
11
# SQLDev Copilot Integration VSCode & SQLcl MCP Support
22

3+
Model Context Protocol is an open protocol which standardizes how applications provide context to LLMs.
4+
5+
Launched in November 2024 by Anthropic, it can be considered as a "USB-C" port for AI applications and, like a USB-C, provides a standardized way to connect AI models to different data sources and tools. To accomplish this, It provides a singular interface to have standard interactions with database, files, business applications, developer tools and more.
6+
7+
MCP has three primary constructs:
8+
- Resources: provide data that an MCP server wants to make available to clients like documents, Database records, API responses, screenshots and images and more;
9+
10+
- Tools: essentially function calls (with input/output arguments) in the MCP which enable servers to expose executable functionality to clients. Through tools, LLMs can interact with external systems, perform computations and take actions in a real world context.
11+
12+
- Prompts: define reusable prompt templates than can be surfaced by clients to LLMs provide a powerful way to standardize and share common LLM interactions.
13+
14+
Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions.
15+
16+
SQLcl MCP Mode:
17+
- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP).
18+
- Comes with an offer of Server Tools (SQLcl MCP Server Tools):
19+
- list-connections: discovers all saved Oracle DB connections
20+
- connect: establishes a connection to DB
21+
- disconnect: terminates the current DB connection
22+
- run-sql: runs standard SQL queries/DDLs/DMLs and PL/SQL code against DB
23+
- run-sqlcl: runs specific SQLcl commands
24+
25+
The SQL Developer Extension for VS Code 25.2 offers Oracle SQLcl MCP Server Integration. The extension when install auto-registers our MCP Server for Copilot, making your SQL Developer database connections available for agentic chat requests, including running SQL and PL/SQL against your database.
26+
27+
28+
Reviewed: 12.08.2025
329

4-
Reviewed: 21.07.2025
530

631
# Table of Contents
732

833
1. [Team Publications](#team-publications)
934
2. [Useful Links](#useful-links)
1035

36+
1137
# Team Publications
38+
N/A
1239

1340

1441
# Useful Links
15-
42+
- [Model Context Protocol - Overview](https://modelcontextprotocol.io/docs/getting-started/intro)
43+
- [Introducing SQL Developer Copilot Integration in Microsoft VSCode & MCP Support for Oracle Database](https://www.youtube.com/watch?v=hj6WoZVGUBg)
44+
- [Introducing MCP Server for Oracle Database](https://blogs.oracle.com/database/post/introducing-mcp-server-for-oracle-database)
1645

1746

1847
# License

0 commit comments

Comments
 (0)