Skip to content

Commit 12ee6bf

Browse files
Merge branch 'main' into oracle-database@google2
2 parents aa07754 + df85d89 commit 12ee6bf

File tree

309 files changed

+11048
-60
lines changed

Some content is hidden

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

309 files changed

+11048
-60
lines changed

ai/ai-ecosystem/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Generative AI Ecosystem
22

3-
Reviewed: 02.07.2025
3+
Reviewed: 16.10.2025
44

55
# Team Publications
66

77
## GitHub
88

9-
- [NVIDIA Omniverse Digital Twin](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/ai-ecosystem/nvidia-omniverse-digital-twin)
9+
- [NVIDIA Omniverse Digital Twin](./nvidia-omniverse-digital-twin) demonstrates how to deploy an Omniverse digital twin on OCI

ai/ai-ecosystem/nvidia-omniverse-digital-twin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nodes on Oracle Cloud Infrastructure (OCI) to visualize the airflow over the
88
car as well as AI inference to quickly assess how changes to the car will
99
affect the airflow.
1010

11-
Reviewed: 02.07.2025
11+
Reviewed: 16.10.2025
1212

1313
# When to use this asset?
1414

@@ -108,4 +108,4 @@ Copyright (c) 2025 Oracle and/or its affiliates.
108108

109109
Licensed under the Universal Permissive License (UPL), Version 1.0.
110110

111-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
111+
See [LICENSE](./LICENSE) for more details.

ai/ai-vision/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Reviewed: 21.09.2025
2525

2626
## GitHub
2727

28-
- [OCI object detection and image segmentation using SAM2](.ai-vision-and-sam/)
28+
- [OCI object detection and image segmentation using SAM2](./ai-vision-and-sam/)
2929
- [OCI image classification using data labeling and vision service](https://github.com/carlgira/oci-image-classification)
3030
- [OCI object detection using data labeling and vision service](https://github.com/carlgira/oci-object-detection)
3131
- [AI vision web client](https://github.com/oracle-devrel/oci-tf-vision-web-client)

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
@@ -36,7 +36,7 @@ langchain==0.3.14
3636
langchain-community==0.3.14
3737
langchain-core==0.3.29
3838
langchain-experimental==0.3.4
39-
langchain-text-splitters==0.3.5
39+
langchain-text-splitters==0.3.9
4040
langgraph==0.2.62
4141
langgraph-checkpoint==2.0.8
4242
langgraph-sdk==0.1.51
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
streamlit run ui_mcp_agent.py
2+

ai/gen-ai-agents/mcp-oci-integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotated-types==0.7.0
66
anyio==4.10.0
77
astroid==3.3.11
88
attrs==25.3.0
9-
Authlib==1.6.3
9+
Authlib==1.6.5
1010
black==25.1.0
1111
blinker==1.9.0
1212
cachetools==6.2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python mcp_aggregator.py
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python mcp_consumption.py --port 9500
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
streamlit run mcp_explorer.py
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python mcp_internet_search.py --port 8500
2+
3+

0 commit comments

Comments
 (0)