Spaces:
Running
Running
Update app.py
Browse files
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
|
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:
|