Skip to content

Commit 651ec29

Browse files
authored
Merge branch 'main' into amyles
2 parents 1bc0588 + c164537 commit 651ec29

File tree

10 files changed

+36
-18
lines changed

10 files changed

+36
-18
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.9.5
1+
aiohttp==3.10.2
22
aiosignal==1.3.1
33
annotated-types==0.6.0
44
anyio==4.3.0
@@ -48,7 +48,7 @@ jsonpointer==2.4
4848
jsonschema==4.21.1
4949
jsonschema-specifications==2023.12.1
5050
langchain==0.1.16
51-
langchain-community==0.2.5
51+
langchain-community==0.2.9
5252
langchain-core==0.1.46
5353
langchain-text-splitters==0.0.1
5454
langsmith==0.1.51
@@ -57,7 +57,7 @@ llama-hub==0.0.79.post1
5757
llama-index==0.10.32
5858
llama-index-agent-openai==0.2.3
5959
llama-index-cli==0.1.12
60-
llama-index-core==0.10.32
60+
llama-index-core==0.10.38
6161
llama-index-embeddings-langchain==0.1.2
6262
llama-index-embeddings-openai==0.1.9
6363
llama-index-indices-managed-llama-cloud==0.1.5
@@ -87,7 +87,7 @@ nest-asyncio==1.6.0
8787
networkx==3.3
8888
newspaper3k==0.2.8
8989
ninja==1.11.1.1
90-
nltk==3.8.1
90+
nltk==3.9
9191
numba==0.59.1
9292
numpy==1.26.4
9393
nvidia-cublas-cu12==12.1.3.1

cloud-infrastructure/compute-including-hpc/compute-software/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This page contains information and useful links regarding Compute services that
2727
- [Script to install and mount OCI bucket as Filesystem using Fuse S3FS](https://github.com/Olygo/OCI_S3FS)
2828
- [Mount a boot volume from one compute instance (or VM) onto another compute instance in order to replace lost ssh keys](https://gitlab.com/ms76152/system-administration)
2929
- [Transfer data to and from Oracle Cloud Infrastructure using OS tools such as sftp, scp, oci cli, curl](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/data%20transfer%20to%20OCI%20v1.0.pdf)
30+
- [Quering Compute Capacity using CloudShell](https://github.com/Olygo/OCI_ComputeCapacityReport)
3031

3132
# Useful Links
3233

data-platform/core-converged-db/fast-ingest-lookup/files/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ Reviewed: 30.08.2024
66
# When to use this asset?
77

88
Use fastlookup.sql to learn about the Fast Lookup feature in Oracle Database.
9-
Note: You may also use it in database environments before 23ai.
9+
10+
Note: You may also use the script in database environments before 23ai.
11+
12+
Use fastingest.sql to learn about the Fast Lookup feature in Oracle Database.
13+
14+
Note: For this demo script, 23ai is required.
1015

1116
# How to use this asset?
1217

13-
Run fastlookup.sql in your preferred SQL environment or IDE.
18+
As a prerequisite install schema SH before you run the scripts.
19+
You can find all information about the installation in this [posting here](https://blogs.oracle.com/coretec/post/sample-data-for-oracle-database)
1420

1521
# License
1622

data-platform/data-development/sql/sql-do-ityourself/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This section covers Public Oracle SQL Tools: Use of SQL in extensive way: from S
55
Providing links to public useful documentation about SQL use and tips. SQL Tips on Fortnight basis and and articles/blogs written by Oracle SQL and Database Advocates and Product Managers and SQL examples are shown here.
66
A SQL Clue Card is also provided.
77

8+
Reviewed: 14.8.2024
9+
810
# Table of Contents
911

1012
1. [Public Oracle SQL Tools](#public-oracle-sql-tools)
@@ -51,7 +53,9 @@ Explore a variety of Oracle SQL tools to streamline your database management tas
5153

5254
Stay updated with fortnightly SQL tips to sharpen your SQL skills and discover new techniques for database querying and management.
5355

54-
- **Tip 1: [Tip Title]** - [Description/Explanation]
56+
- Tip 1: [3 Tips to Help You Write Better SQL](https://www.youtube.com/watch?v=Hjfvf8VqY9E&list=WL) -
57+
A chance to improve SQL skills, as an important knowledge backbone for Developers, by learning three ways to refactor your SQL and showing the pros and cons of all of them (WITH Clause, Views, Table Macros) and more! By Chris Saxon youtube videos.
58+
5559
- **Tip 2: [Tip Title]** - [Description/Explanation]
5660
- ...
5761

@@ -75,7 +79,8 @@ Access a repository of SQL examples to learn practical applications of SQL in va
7579

7680
Get quick access to essential SQL commands, syntax, and tips with the SQL Clue Card. Print it out or keep it handy for reference during your SQL scripting sessions.
7781

78-
- [Download SQL Clue Card](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/sqlcl-downloads-23.1.html)
82+
- [Download SQL Clue Card](./images/SQL_Cheat_Sheet_Version1.1.png)
83+
7984

8085
# 2. SQLcl
8186

3.5 MB
Loading

data-platform/data-development/sql/sql-oracle23ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This section covers the new features introduced in the Oracle Database 23ai rele
5555
- [23ai New Features Series - Part 3](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart3-developer-activity-7201958687005982721-Oo3B?utm_source=share&utm_medium=member_desktop)
5656
- [23ai New Features Series - Part 4](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart4-teammates-activity-7204946957843267584-x664?utm_source=share&utm_medium=member_desktop)
5757
- [23ai New Features Series - Part 5](https://www.linkedin.com/posts/ppaolucci_cristinavarasmenadas-sonjameyer-activity-7207374755878887425-a--C?utm_source=share&utm_medium=member_desktop)
58-
## Release Informationnnn
58+
## Release Information
5959
- **Version**: 23ai
6060
- **Applicable Offerings**: All Oracle Database offerings .................
6161
For more detailed information, please visit the [Oracle Database Features](https://apex.oracle.com/database-features/) page.

data-platform/modernise/data-pump/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Reviewed: 03.11.2023
1515

1616
# Team Publications
1717

18-
- [Data Pump: Export Best Practices](https://macsdata.com/oracle/datapump-best-practices-export)
18+
- [Data Pump: Export Best Practices](https://macsdata.com/oracle/data-pump-best-practices-export)
1919
- Detailed best practices guide around Oracle Data Pump export (expdp), available on Marcus Doeringer's public platform
20-
- [Data Pump: Import Best Practices](https://macsdata.com/oracle/datapump-best-practices-import)
20+
- [Data Pump: Import Best Practices](https://macsdata.com/oracle/data-pump-best-practices-import)
2121
- Detailed best practices guide around Oracle Data Pump import (impdp), available on Marcus Doeringer's public platform
2222
- [Upload Large Data Pump Files to OCI - using OCI CLI Multipart Uploads](https://www.youtube.com/watch?v=9100uKXquic)
2323
- YouTube Video by Austine Ouma explaining how to use multipart uploads for large data pump files that need to be uploaded to Oracle Cloud Infrastructure
@@ -37,9 +37,12 @@ Reviewed: 03.11.2023
3737
- This blog post provides a high-level overview of the steps to migrate data from a source Oracle Database to the Autonomous Database Cloud using Data Pump and OCI Object Storage
3838
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage - Video](https://www.youtube.com/watch?v=CtTgweuLG9s)
3939
- YouTube video by Mihai Costeanu showing how to import data into Oracle Autonomous DB@Azure using Data Pump and Azure blob storage to store the dump files
40-
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage](https://macsdata.com/oracle/datapump-import-adb-azure-blob-storage)
40+
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage](https://macsdata.com/oracle/data-pump-import-adb-azure-blob-storage)
4141
- Migration Guide showing how to import data into Oracle Autonomous DB@Azure using Data Pump and Azure blob storage to store the dump files, available on Marcus Doeringer's public platform
42-
42+
- [Data Pump Log Analyzer](https://github.com/macsdata/data-pump-log-analyzer)
43+
- The Data Pump Log Analyzer is a powerful Python script designed to parse and analyze Oracle Data Pump log files. The tool provides valuable insights into Data Pump operations key metrics and performance data
44+
- [Data Pump Log Analyzer: Comprehensive Guide](https://macsdata.com/oracle/data-pump-log-analyzer-guide)
45+
- The ultimate resource for mastering every option in detail and to unlock the full potential of the Python script, available on Marcus Doeringer's public platform
4346

4447
# Useful Links
4548
- [Data Pump in Database 21c LiveLabs Workshop](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=742&clear=RR,180&session=1384894897131)

manageability-and-operations/observability-and-manageability/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Reviewed: 08/07/2024
5353
- [Leveraging Oracle Observability and Open-Source Tools](https://youtu.be/-ftEkoqfLfM)
5454
- [Overview of AI infra monitoring in OCI](https://youtu.be/oq2x1gouSp4?si=QnmslQXC03qPzDl4)
5555
- [OCI Observability for Kubernetes Monitoring](https://youtu.be/DLce-UReoKo?si=Vpw19z4rjlUb9fW2)
56+
- [Cloud Coaching - How to enable Oracle Observability on RAG solutions](https://www.youtube.com/watch?v=VQg3lADHwu8)
5657

5758
# Useful Links
5859

manageability-and-operations/observability-and-manageability/oci-monitoring/README.md

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

33
Use Monitoring to query metrics and manage alarms. Metrics and alarms help monitor the health, capacity, and performance of your cloud resources.
44

5-
Reviewed: 22.05.2024
5+
Reviewed: 28.08.2024
66

77
# Table of Contents
88

@@ -15,6 +15,7 @@ Reviewed: 22.05.2024
1515
- [How to feed OCI metrics to Security Onion Grafana](https://learnoci.cloud/how-to-feed-oci-metrics-to-security-onion-grafana-2dd1ceac3f71)
1616
- [Use Oracle REST API call to manage OEM assets](https://medium.com/@eugenesimos/supercharge-your-oracle-enterprise-manager-cloud-control-13-5-d264e7371ec9)
1717
- [Customised Alarm Notification in OCI](https://karthicin.medium.com/customised-alarm-notification-in-oci-e5b367ca20bc)
18+
- [How to monitor the resource usage on your OCI Instances using Cloud Guard Instance Security Queries](https://learnoci.cloud/how-to-monitor-the-resource-usage-on-your-oci-instances-using-cloud-guard-instance-security-queries-342836ca2811)
1819

1920
# Useful Links
2021

manageability-and-operations/operations-advisory/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
The Operations Advisory provides critical guidance to Customers on how to define their operations. Operations Excellence Advisory 'Approach Workshop' advises on best practices and their benefits from Oracle based on previous experiences and is meant to identify an outline for Day-2 optimal operations, based on priorities and requirements for DR, Integrations, O&M also in the following scenarios: Hybrid, Multi-cloud, DRCC. Where needed, Automation advice is also included.
44
- [Multi-cloud operations - 3rd party tools that support OCI](https://learnoci.cloud/multi-cloud-operations-3rd-party-tools-that-support-oci-091207d923ed)
55

6-
Reviewed: 22.01.2024
6+
7+
Reviewed: 19.08.2024
78

89
# Table of Contents
910

@@ -13,11 +14,11 @@ Reviewed: 22.01.2024
1314

1415
# Team Publications
1516

16-
** OS Management **: The Oracle OCI OS Management Service allows users to control the update process of Oracle Cloud Infrastructure (OCI) compute instances. By default, the update of a compute instance installs the latest available packages and patches. Just installing what is available might impact critical installed applications. It might also be desirable to keep the number of configuration variants low by ensuring all or groups of instances have the exact same versions of packages and patches installed.
17-
18-
- [OS Management](https://github.com/hoehenunterschied/OSManagement)
17+
- [OS Management](https://github.com/hoehenunterschied/OSManagement) --> OS Management service (OSMS) reaches end of life (EOL). We recommend migrating all managed instances to the OS Management Hub service.
1918
- [How to use OS Management Resource Discovery to monitor your Compute resources](https://learnoci.cloud/how-to-use-os-management-resource-discovery-to-monitor-your-compute-resources-bf19800f51fe)
2019
- [From Terraform to OpenTofu](https://medium.com/@ralflange/667672c609c8)
20+
- [Using Terraform to create multiple Resource Schedules in OCI](https://karthicin.medium.com/terraform-to-create-multiple-resource-schedule-in-oracle-cloud-03aaba51b909)
21+
- [Bulk Tagging in OCI](https://medium.com/@ralflange/tagging-resources-in-oracle-oci-3ded10c1e28f)
2122

2223
# Useful Links
2324

0 commit comments

Comments
 (0)