Skip to content

Commit 3115f30

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/ai/gen-ai-agents/Document-Understanding-MCP-AI-Agent/files/next-15.5.2
2 parents ee791e5 + cba1319 commit 3115f30

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
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/custom_rag_agent/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ platformdirs==4.3.6
141141
prometheus_client==0.21.1
142142
prompt_toolkit==3.0.50
143143
propcache==0.3.0
144-
protobuf==5.29.3
144+
protobuf==5.29.5
145145
psutil==7.0.0
146146
ptyprocess==0.7.0
147147
pure_eval==0.2.3
@@ -191,7 +191,7 @@ soupsieve==2.6
191191
SQLAlchemy==2.0.38
192192
sse-starlette==2.3.6
193193
stack-data==0.6.3
194-
starlette==0.46.2
194+
starlette==0.47.2
195195
streamlit==1.43.0
196196
sympy==1.14.0
197197
tabulate==0.9.0
@@ -201,7 +201,7 @@ tinycss2==1.4.0
201201
tokenize_rt==6.1.0
202202
toml==0.10.2
203203
tomlkit==0.13.2
204-
tornado==6.4.2
204+
tornado==6.5
205205
tqdm==4.67.1
206206
traitlets==5.14.3
207207
txt2tags==3.9
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

0 commit comments

Comments
 (0)