Skip to content

Commit 0ba405a

Browse files
Merge branch 'main' into NicolaCimitile-patch-9
2 parents 439a7c3 + 3bb93c6 commit 0ba405a

File tree

13 files changed

+44
-7
lines changed

13 files changed

+44
-7
lines changed

cloud-infrastructure/ai-infra-gpu/ai-infrastructure/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Reviewed: 26.02.2024
2929
- The use case involves deploying distinct AI models, including JAIS for Arabic, and utilizing various ML libraries like PyTorch, with each model requiring different BM shapes, such as BM.GPU.H100.8, to process the expected throughput of requests efficiently.
3030
- [ETIQMEDIA certifies their automated video transcription and indexation solution on OCI](https://blogs.oracle.com/cloud-infrastructure/post/etiqmedia-video-transcription-indexation-oci)
3131
- ETIQMEDIA, in collaboration with Telefonica, has just certified their automated video transcription and indexation solution on Oracle Cloud Infrastructure (OCI)
32+
- [Accelerate Quantum Espresso simulations with GPU Shapes on OCI](https://blogs.oracle.com/cloud-infrastructure/post/accelerate-quantum-espresso-simulation-oci-gpu)
33+
- The usage of OCI GPU shapes powered by NVIDIA can bring great benefits to running Quantum ESPRESSO
34+
- [How to Run NVIDIA NeMo on Oracle Cloud Infrastructure](https://blogs.oracle.com/cloud-infrastructure/post/run-nvidia-nemo-oci)
35+
- We demonstrate how easy and effective it is to run NVIDIA NeMo on Oracle Cloud Infrastructure (OCI) using the NGC container powered by NVIDIA
3236

3337
## Tutorials
3438

@@ -46,11 +50,15 @@ Reviewed: 26.02.2024
4650

4751
- [Transform your Organization with Oracle Artificial Intelligence](https://videohub.oracle.com/media/Transform+your+Organization+with+Oracle+Artificial+Intelligence/1_8rhx6ua9)
4852
- Transform your Organization with Oracle Artificial Intelligence
53+
- [AI Mastercall - Introduction to Oracle Cloud’s GPU and AI Infrastructure ](https://videohub.oracle.com/media/Introduction+to+Oracle+Cloud%E2%80%99s+GPU+and+AI+Infrastructure/1_bx8g4wnl)
54+
- Get an overview and a demonstration of vLLM using Mistral 7B inference on the GPU compute service OCI
4955

5056
## Cloud Coaching Events
5157

5258
- [Running AI on NVIDIA A10 GPUs in Oracle Cloud](https://www.youtube.com/watch?v=auvNHWoblIA)
5359
- How to run AI on NVIDIA A10 GPUs in Oracle Cloud
60+
- [Developing an AI driven Analytics Assistant on OCI](https://www.youtube.com/watch?v=jMhwDiD1Kiw)
61+
- How to develop and run AI Assistants with embedded analytics and visuals, built using LLMs deployed on OCI GPUs in the customer’s preferred OCI region.
5462

5563
## Re-useable Assets
5664

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jsonpatch==1.33
4747
jsonpointer==2.4
4848
jsonschema==4.21.1
4949
jsonschema-specifications==2023.12.1
50-
langchain==0.1.16
50+
langchain==0.2.10
5151
langchain-community==0.2.9
5252
langchain-core==0.1.46
5353
langchain-text-splitters==0.0.1
@@ -168,7 +168,7 @@ tzdata==2024.1
168168
urllib3==2.2.2
169169
uvicorn==0.29.0
170170
uvloop==0.19.0
171-
vllm==0.4.1
171+
vllm==0.5.5
172172
vllm_nccl_cu12==2.18.1.0.4.0
173173
watchfiles==0.21.0
174174
websockets==12.0

data-platform/core-converged-db/database-23ai/lock-free_reservation/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By avoiding the traditional locking mechanism during updates, this feature allow
66
to concurrently add or subtract from the same row’s reservable column without blocking each other by specifying the conditions for which the updates may proceed.
77
Especially online applications updating intensively and with huge concurrency, low cardinality tables can take advantage of this new feature.
88

9-
Reviewed: 03.09.2024
9+
Reviewed: 26.09.2024
1010

1111
# Useful Links
1212

@@ -15,16 +15,20 @@ Reviewed: 03.09.2024
1515
- [Database Concepts](https://docs.oracle.com/en/database/oracle/oracle-database/23/cncpt/tables-and-table-clusters.html#GUID-7C6A8E8A-F634-4D0D-877A-F948D6101066)
1616
- [Database Developer Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-60D87F8F-AD9B-40A6-BB3C-193FFF0E60BB)
1717
- [SQL Language Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
18+
- [Documentation: Guidelines and Restrictions for Lock-Free Reservation](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-B2C0C556-64D0-47B6-B8AE-C97AD56A0F96)
1819

1920

2021
# Team Publications
2122

2223
## Blogs
24+
2325
- [Lock-free reservation: how to start with](https://blogs.oracle.com/coretec/post/lock-free-reservation-in-23c)
2426
- [Lock-free reservation: scale your apps](https://blogs.oracle.com/coretec/post/lockfree-reservation-in-23c-scale-your-apps)
2527

2628
## Videos
29+
2730
- [23ai Playlist](https://www.youtube.com/playlist?list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX)
31+
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)
2832

2933
# License
3034

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Oracle Spatial Presentations
2+
These folder provides information about SPATIAL in the Oracle Database, and the new features in 23ai.
3+
4+
Reviewed: 02.10.2024
5+
6+
# When to use this asset?
7+
8+
To present or to learn about SPATIAL in Oracle Database.
9+
10+
# How to use this asset?
11+
12+
Use PDF as a presentation.
13+
14+
# License
15+
16+
Copyright (c) 2024 Oracle and/or its affiliates.
17+
18+
Licensed under the Universal Permissive License (UPL), Version 1.0.
19+
20+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/core-converged-db/xml-db/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Oracle XML DB is a set of Oracle Database technologies related to high-performan
55
Oracle XML DB and the XMLType abstract data type make Oracle Database XML-aware. Storing XML data as an XMLType column or table lets the database perform XML-specific operations on the content. This includes XML validation and optimization. XMLType storage allows highly efficient processing of XML content in the database. Because there is a broad spectrum of XML usage, there is no one-size-fits-all storage model that offers optimal performance and flexibility for every use case. Oracle XML DB offers different storage models for XMLType, and several indexing methods appropriate to these different storage models. You can tailor performance and functionality to best fit the kind of XML data you have and the ways you use it. Oracle Database Release 23 introduced Transportable Binary XML (TBX) as a storage option, a variant built on top of CSX but without the dependency of a central dictionary.
66
Transportable Binary XML is the recommended method for storing XML documents natively in the Oracle Database beginning with Oracle Database 23.
77

8-
Reviewed: 2.05.2024
8+
Reviewed: 02.10.2024
99

1010
# Useful Links
1111

@@ -23,6 +23,7 @@ Reviewed: 2.05.2024
2323
## Blogs
2424

2525
- [Transportable Binary XML – modern XML document storage in Oracle Database 23c](https://blogs.oracle.com/database/post/transportable-binary-xml-in-oracle-database-23)
26+
- [Loading XML data from your object store into Autonomous Database](https://blogs.oracle.com/datawarehousing/post/loading-xml-data-from-your-object-store-into-autonomous-database)
2627

2728
## Videos
2829

0 commit comments

Comments
 (0)