Skip to content

Commit c595538

Browse files
authored
Merge pull request #2227 from oracle-devrel/feat/complex-doc-rag-sync
Update complex-document-rag implementation and README
2 parents 202faad + a42bf7a commit c595538

File tree

17 files changed

+1724
-1178
lines changed

17 files changed

+1724
-1178
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# macOS system files
2+
.DS_Store
3+
4+
.env
5+
# Python cache
6+
**/__pycache__/
7+
8+
# Virtual environments
9+
venv/
10+
11+
# Local config
12+
config.py
13+
14+
# Data folders
15+
data/
16+
embeddings/
17+
charts/
18+
reports/
19+
20+
# Logs
21+
*.log
22+
logs/
23+
24+
# Text files (except requirements.txt)
25+
*.txt
26+
!requirements.txt

ai/generative-ai-service/complex-document-rag/README.md

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

33
An enterprise-grade Retrieval-Augmented Generation (RAG) system for generating comprehensive business reports from multiple document sources using Oracle Cloud Infrastructure (OCI) Generative AI services.
44

5-
Reviewed date: 22.09.2025
5+
Reviewed date: 03.11.2025
66

77
## Features
88

@@ -14,7 +14,7 @@ Reviewed date: 22.09.2025
1414
- **Citation Tracking**: Source attribution with references
1515
- **Multi-Language Support**: Generate reports in English, Arabic, Spanish, and French
1616
- **Visual Analytics**: Automatic chart and table generation from data
17-
17+
![Application screenshot](files/images/screenshot1.png)
1818
## Prerequisites
1919

2020
- Python 3.11+

ai/generative-ai-service/complex-document-rag/files/agents/agent_factory.py

Lines changed: 200 additions & 216 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)