rohannsinghal commited on
Commit
084bcc6
·
1 Parent(s): a8e2416

Final: Correct Dockerfile and restore app code

Browse files
Files changed (4) hide show
  1. Dockerfile +1 -0
  2. README.md +1 -1
  3. app/main_api.py +1 -1
  4. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  # Use an official, lightweight Python image
2
  FROM python:3.10-slim
3
 
 
1
+ #finalversion
2
  # Use an official, lightweight Python image
3
  FROM python:3.10-slim
4
 
README.md CHANGED
@@ -6,4 +6,4 @@ app_port: 7860
6
 
7
  # HackRx 6.0 RAG Submission
8
 
9
- This is the repository for my HackRx 6.0 project, a Retrieval-Augmented Generation system for policy documents.
 
6
 
7
  # HackRx 6.0 RAG Submission
8
 
9
+ This is the repository for my HackRx 6.0 project, a Retrieval-Augmented Generation system for policy documents.# A test change to see if Git is working
app/main_api.py CHANGED
@@ -1,5 +1,5 @@
1
  # --- KAGGLE-POWERED RAG SYSTEM - COMPLETE 1144+ LINES WITH DEADLOCK FIX ---
2
-
3
  import os
4
  import json
5
  import uuid
 
1
  # --- KAGGLE-POWERED RAG SYSTEM - COMPLETE 1144+ LINES WITH DEADLOCK FIX ---
2
+ #final version
3
  import os
4
  import json
5
  import uuid
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Fixed requirements.txt for Standalone RAG System
2
-
3
  # Core FastAPI dependencies
4
  fastapi==0.104.1
5
  uvicorn==0.24.0
 
1
  # Fixed requirements.txt for Standalone RAG System
2
+ #final version
3
  # Core FastAPI dependencies
4
  fastapi==0.104.1
5
  uvicorn==0.24.0