Skip to content

Commit 7c7da89

Browse files
Merge branch 'main' into uschwinn-patch-37
2 parents 163f5fc + 444c76e commit 7c7da89

File tree

13 files changed

+87
-6
lines changed

13 files changed

+87
-6
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
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Spatial
2+
3+
Oracle Spatial, often referred to as Spatial, is designed to make spatial data management easier and more natural to users of location-enabled applications and geographic information system
4+
(GIS) applications. Once spatial data is stored in an Oracle database, it can be easily manipulated, retrieved, and related to all other data stored in the database.
5+
6+
With spatial features included for free with all editions and services of Oracle Database, you can store, manage, process, and analyze all forms of spatial workloads and data sets. You can create maps to visualize and interact with your data.
7+
8+
You can use the free tool Spatial Studio, to a visualize, explore, and analyze geospatial data stored in and managed by Oracle Spatial. Spatial Studio is a multiuser Java EE application that can be used as a standalone tool (Quick Start) or deployed to WebLogic Server.
9+
10+
Review Date: 26.09.2024
11+
12+
# Useful Links
13+
14+
## Documentation
15+
16+
- [Documentation 23ai: Spatial Developer's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/spatl/index.html)
17+
- [Documentation: Oracle Spatial Studio](https://docs.oracle.com/en/database/oracle/spatial-studio/index.html)
18+
- [Data Sheet: Spatial Technology in Oracle Database 23ai](https://www.oracle.com/a/tech/docs/oracle-spatial-data-sheet.pdf)
19+
- [Technical brief: Empowering Applications with Spatial Analysis and Mining](https://download.oracle.com/otndocs/products/spatial/pdf/19c_Empowering_Applications_with_Spatial_Analysis_and_Mining.pdf)
20+
- [Technical brief: Geocoder in Oracle Database](https://www.oracle.com/a/tech/docs/geocoder-2021.pdf)
21+
- [Technical brief: GeoRaster in Oracle Database](https://www.oracle.com/a/tech/docs/georaster-2021.pdf)
22+
- [Technical brief: Network Data Model in Oracle Database](https://www.oracle.com/a/tech/docs/ndm21c.pdf)
23+
- [Optimize Oracle Spatial Performance (Best Practices, Tips,and Tricks)](https://www.oracle.com/de/a/ocom/docs/database/spatial-performance-and-best-practices.pdf)
24+
- [Oracle Spatial Product Portal (Oracle.com)](https://www.oracle.com/database/spatial/)
25+
26+
## Blogs
27+
28+
- [Oracle Spatial Blogs on Database Insider](https://blogs.oracle.com/database/category/db-spatial)
29+
30+
## Videos
31+
32+
- [Spatial for DBAs, Analysts and Developers Office Hours](https://asktom.oracle.com/ords/r/tech/catalog/series-landing-page?p5_oh_id=7761)
33+
- [YouTube channel (webinar replays)](https://www.youtube.com/@oraclespatialandoraclegraph)
34+
- [Overview of Oracle’s spatial studio](https://youtu.be/rJiIQM-rF5c)
35+
36+
## LiveLabs
37+
38+
- [All Spatial LiveLabs](https://bit.ly/SpatialLiveLabs)
39+
40+
# License
41+
42+
Copyright (c) 2024 Oracle and/or its affiliates.
43+
44+
Licensed under the Universal Permissive License (UPL), Version 1.0.
45+
46+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
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

data-platform/data-development/forms-apex-modernization/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Reviewed: 14.02.2024
1919
- [Top 10 Reason why APEX is ideal for Forms Developers](https://apex.oracle.com/go/reasons-forms)
2020
- [Comparing Oracle Forms to Oracle Application Express Components](https://docs.oracle.com/en/database/oracle/application-express/20.2/aemig/comparing-Oracle-forms-to-Oracle-application-express-components.html)
2121

22+
# Useful Videos
23+
- [YouTube Oracle Developer Channels - Cloud Coaching - Modernize your Oracle Forms apps using APEX!](https://www.youtube.com/watch?v=MYzSgnzUOjA&ab_channel=OracleDevelopers)
2224

2325
# Forms to APEX Best Practices
2426

0 commit comments

Comments
 (0)