Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ pytesseract.pytesseract.tesseract_cmd = r"tesseract.exe"
|
|
13 |
|
14 |
model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
15 |
index = faiss.read_index('IPC_index.faiss')
|
16 |
-
index2 = faiss.read_index('
|
17 |
|
18 |
|
19 |
# Step 3: Retrieval with Citations using PDF filename
|
|
|
13 |
|
14 |
model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
15 |
index = faiss.read_index('IPC_index.faiss')
|
16 |
+
index2 = faiss.read_index('CrpC_index.faiss')
|
17 |
|
18 |
|
19 |
# Step 3: Retrieval with Citations using PDF filename
|