Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions ai/generative-ai-service/complex-document-rag/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# macOS system files
.DS_Store

.env
# Python cache
**/__pycache__/

# Virtual environments
venv/

# Local config
config.py

# Data folders
data/
embeddings/
charts/
reports/

# Logs
*.log
logs/

# Text files (except requirements.txt)
*.txt
!requirements.txt
4 changes: 2 additions & 2 deletions ai/generative-ai-service/complex-document-rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

Reviewed date: 22.09.2025
Reviewed date: 03.11.2025

## Features

Expand All @@ -14,7 +14,7 @@ Reviewed date: 22.09.2025
- **Citation Tracking**: Source attribution with references
- **Multi-Language Support**: Generate reports in English, Arabic, Spanish, and French
- **Visual Analytics**: Automatic chart and table generation from data

![Application screenshot](files/images/screenshot1.png)
## Prerequisites

- Python 3.11+
Expand Down

Large diffs are not rendered by default.

Loading