Skip to content

Commit 3d940b0

Browse files
authored
Merge branch 'main' into fsdr-hyperion
2 parents ea813ce + 4fdb16b commit 3d940b0

File tree

416 files changed

+7163
-2026
lines changed

Some content is hidden

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

416 files changed

+7163
-2026
lines changed
Loading
Loading

ai-and-app-modernisation/ai-services/ai-language/ai-email-analyis/files/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ As an alternative, you could use the OCI Generative AI Summarization REST API in
271271
Email Analysis Table Scripts - emailcategorization.sql
272272
AI Language Custom Text Classification Model for Email Category Training Dataset - bank_complaints_category.csv
273273
AI Language Custom Text Classification Model for Email SubCategory Training Dataset - bank_complaints_subcategory.csv
274+
Oracle Analytics Cloud Real-Time Email Analysis Dashboard - Real_Time_Outlook_Email_Analysis.dva
274275

275276
Please find the **email_sent_analysis_categ_sol_resources** archive in <a href="./email_sent_analysis_categ_sol_resources.zip">/files/email_sent_analysis_categ_sol_resources.zip</a>
276277

-11.1 KB
Loading
-11 KB
Loading
-626 Bytes
Loading
-4.36 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Modular GenAI-based Knowledge Search Engine using OCI Generative AI, OCI DB 23ai, and Oracle Integration Cloud
2+
3+
In this article, we'll explore how to enable an enterprise-grade RAG-based Knowledge Search Engine with a low-code approach.
4+
5+
You’ll learn how to use Oracle Integration Cloud to integrate and orchestrate business chanels like a Web Application built in Oracle Visual Builder, productivity channels like OCI Object Storage, local large and small language models (LLMs), and vector databases to ingest live data into the RAG-based Knowledge Search Engine store.
6+
7+
You'll use Oracle Cloud Infrastructure (OCI) Document Understanding to extract information from different document types. Leverage OCI Generative AI for document summarization, generation and synthesis of answers to questions on documents. Use OCI DB Cloud Service 23ai for Document Extraction, Vector Search and Embedding (using ONNX local models to the DB) capabilities , and apply local OCI Data Science models for better answers from advanced RAG.
8+
9+
Reviewed: 10.06.2024
10+
11+
# When to use this asset?
12+
13+
See the README document in the /files folder.
14+
15+
# How to use this asset?
16+
17+
See the README document in the /files folder.
18+
19+
# License
20+
21+
Copyright (c) 2024 Oracle and/or its affiliates.
22+
23+
Licensed under the Universal Permissive License (UPL), Version 1.0.
24+
25+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)