Penality commited on
Commit
7c0523d
·
verified ·
1 Parent(s): 5c2668d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ embedding_model = SentenceTransformer(
29
  embedding_dim = 768 # Adjust according to model
30
 
31
 
32
- def store_document_data(PDF_FILE, METADATA_FILE, INDEX_FILE):
33
  print(" Storing document...")
34
 
35
  if PDF_FILE:
 
29
  embedding_dim = 768 # Adjust according to model
30
 
31
 
32
+ def store_document_data(PDF_FILE):
33
  print(" Storing document...")
34
 
35
  if PDF_FILE: