Skip to content

Commit 4212176

Browse files
authored
Merge branch 'main' into main
2 parents c66fa08 + 8531361 commit 4212176

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Reviewed: 07.11.2023
1717
- Deploy UbiOps on Oracle Cloud using Oracle Kubernetes Engines (OKE) and GPU instances
1818

1919
- [A deep fake example on Oracle Cloud Infrastructure](https://blogs.oracle.com/cloud-infrastructure/post/a-deepfake-example-on-oracle-cloud-infrastructure)
20-
- Running Faceswap on Oracle Cloud
20+
- Running Faceswap on Oracle Cloud
21+
22+
- [Video surveillance and analytics software performance on OCI](https://blogs.oracle.com/cloud-infrastructure/post/video-surveillance-analytics-performance-oci)
23+
- Run video surveillance and analytics software on OCI
2124

2225
## LiveLabs
2326
- [Running Faceswap on OCI](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=798&session=4731494759204)

data-platform/open-source-data-platforms/oci-big-data-service/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BDS is based on Oracle Hadoop Distribution: https://docs.oracle.com/en-us/iaas/C
1212
## Tutorials
1313
- [Get Started with Oracle Big Data Service](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=762)
1414
- [Analyze IoT Car in Big Data Services - Kafka, Flink, Mysql, OAC](https://apexapps.oracle.com/pls/apex/f?p=133:180:17108050413248::::wid:3837)
15+
- [Build a Data Pipeline with Big Data Service and Oracle Analytics Cloud - BDS, Object Storage, Machine Learning](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=3870)
1516

1617
# License
1718

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OCI Search with OpenSearch 2.11
2+
brings semantic and conversational search for developers to build AI-powered applications that integrate with large language models.
3+
3 new use cases:
4+
1. Enterprise Search
5+
Semantic Search utilizing Neural search/Vector database: A better way to search diverse data by interpreting language nuances and relationships.
6+
Retrieval-Augmented Generation (RAG) Pipeline(experimental feature): Bridging the gap between LLM and private corporate data.
7+
Conversational Search(experimental feature): A built-in conversational service utilizing Gen AI with Cohere to simplify the user experience.
8+
2. Security analytics (SIEM)
9+
OpenSearch Security Analytics is designed to investigate, detect, analyze, and respond to security threats that negatively impact organizations and their online operations.
10+
Security analytics in OpenSearch 2.11 Automates and streamlines threat detection and threat analysis utilizing Rule-based and ML-assisted controls.
11+
3. Observability
12+
OpenSearch Observability tools detect, diagnose, and remedy issues that affect the performance, scalability, or availability of customers' software or infrastructure.
13+
Observability in OpenSearch 2.11 unifies metrics, logs, traces, and profiling for AI/ML-powered insights
14+
15+
# Useful Links
16+
1. [Search and visualize data using OCI Search Service with OpenSearch](https://docs.oracle.com/en/learn/oci-opensearch/index.html)
17+
2. [Use OCI Search Service with OpenSearch to build in-application search - architecture pattern](https://docs.oracle.com/en/solutions/oci-opensearch-application-search/#GUID-AEAA600E-BBCC-4102-8E23-ABEC941FE84C)
18+
19+
20+
# License
21+
Copyright (c) 2024 Oracle and/or its affiliates.
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/open-source-data-platforms/postgresql/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ OCI Database with PostgreSQL is designed for high availability by offering durab
1212

1313
- [OCI PostgreSQL launch blog](https://blogs.oracle.com/cloud-infrastructure/post/oci-database-postgres)
1414
- [OCI PostgreSQL features](https://blogs.oracle.com/cloud-infrastructure/post/first-principles-optimizing-postgresql-for-the-cloud)
15+
- [Terraform to deploy OCI PostgreSQL database](https://blogs.oracle.com/cloud-infrastructure/post/deploy-managed-oci-database-with-postgresql-service-with-terraform)
1516

1617

1718
# License

0 commit comments

Comments
 (0)