Skip to content

Commit 40823c8

Browse files
authored
Merge pull request #1913 from oracle-devrel/test_generic_doc_eval
Test generic doc eval setup
2 parents 526e76d + 2d898e1 commit 40823c8

File tree

3 files changed

+20
-24
lines changed

3 files changed

+20
-24
lines changed

ai/generative-ai-service/generic_document_evaluation/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An Oracle Generative AI Services application that uses AI to evaluate documents
2020
pip install -r requirements.txt
2121

2222
# Set up environment variables
23-
cp .env.example .env.local
23+
cp .env.example .env
2424
# Edit .env.local with your Configure Oracle Credentials
2525

2626
# Start main.py
Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
streamlit==1.37.0
2-
langchain
3-
langchain_community==0.2.7
4-
oci==2.129.3
5-
oracledb
6-
pdfplumber
7-
Pillow
8-
pdf2image
9-
pytesseract
10-
pandas
11-
requests
12-
beautifulsoup4
13-
python-dotenv
14-
openpyxl
15-
youtube-transcript-api
16-
pdfminer.six
17-
transformers
18-
qdrant-client
19-
PyPDF2
20-
python-dotenv
21-
flask
22-
flask-cors
1+
Flask==3.1.1
2+
flask_cors==6.0.1
3+
langchain==0.3.26
4+
langchain_community==0.3.27
5+
oci==2.150.3
6+
oracledb==3.1.0
7+
pages==0.3
8+
pandas==2.3.1
9+
pdf2image==1.17.0
10+
pdfminer_six==20250327
11+
pdfplumber==0.11.6
12+
Pillow==11.3.0
13+
PyPDF2==3.0.1
14+
pytesseract==0.3.13
15+
python-dotenv==1.1.1
16+
streamlit==1.45.0
17+
qdrant-client==1.13.3
18+

ai/generative-ai-service/generic_document_evaluation/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A Next.js application that uses AI to compare, evaluate, and rank documents base
2121
npm install
2222

2323
# Set up environment variables
24-
cp .env.example .env.local
24+
cp env.example .env
2525
# Edit .env.local with your backend URL
2626

2727
# Start development server

0 commit comments

Comments
 (0)