Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update auditqa/doc_process.py
Browse files- auditqa/doc_process.py +1 -1
auditqa/doc_process.py
CHANGED
@@ -85,7 +85,7 @@ def process_pdf():
|
|
85 |
|
86 |
|
87 |
for file,value in all_documents.items():
|
88 |
-
if file == "allreports"
|
89 |
print("emebddings for:",file)
|
90 |
qdrant_collections[file] = Qdrant.from_documents(
|
91 |
value,
|
|
|
85 |
|
86 |
|
87 |
for file,value in all_documents.items():
|
88 |
+
if file == "allreports":
|
89 |
print("emebddings for:",file)
|
90 |
qdrant_collections[file] = Qdrant.from_documents(
|
91 |
value,
|