Skip to content

Commit e95a509

Browse files
authored
Merge branch 'main' into storage.02.02.17.10.2025
2 parents 412b465 + b2b4025 commit e95a509

File tree

7 files changed

+2679
-2
lines changed

7 files changed

+2679
-2
lines changed

ai/oracle-digital-assistant/oda-multi-agent/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# ODA Multi-Agent samples
22

3+
Reviewed: 22.09.2025
4+
5+
Author: Marc Gueury
6+
37
## Installation
8+
9+
See Livelab: AI Agents with ODA: Simple Agent to advanced Multi-Agent Supervisors
10+
11+
https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4212
12+
13+
## Import
14+
415
Please import the sample below in your ODA
516
- Llm1
617
- contains a agent calling tools

ai/oracle-digital-assistant/oda-pro-styled/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ODA Pro Styled
22

3+
Review date: 17-10-2025
4+
5+
Author: Ras Alungei
6+
37
🎥 **[View Demo Video](files/oda-pro-styled-demo.mp4)**
48

59
A complete solution for creating professional, customizable chat interfaces for Oracle Digital Assistant with enterprise-grade speech recognition capabilities.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
AI Powered Knowledge Base Application
2+
3+
Discover how Oracle APEX and AI Vector Search can transform your document management experience! Build your own knowledge base using this APEX app, that lets you upload your PDF documents, automatically generates vector embeddings, and provides intelligent search and AI-powered Q&A capabilities. Unlock the power of semantic search: explore, search, and interact with your unique knowledge base using the latest advancements in AI—all within a secure and user-friendly APEX application.
4+
5+
6+
How it works?
7+
8+
1. First, you'll need to upload your documents on the Document Management page.
9+
10+
2. Once the document is in the database, the system will start generating embeddings. To check the progress, click the Refresh button until the status turns green.
11+
12+
3. Navigate to the second page, Document Search. Here you can search within the uploaded documents. The search configuration is set to return only top 3 results.
13+
14+
4. To explore the returned chunk data, click on it to open the AI Assistant window and ask questions. You can also preview the data from the selected chunk.
15+
16+
5. You can click on Summarize button to generate a summary of the selected chunk.
17+
18+
6. To ask general questions about all the documents, return to the Document Search page and click on AI Assistant.
19+
20+
License
21+
Copyright (c) 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License (UPL), Version 1.0. See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
22+
23+

0 commit comments

Comments
 (0)