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
@@ -59,4 +59,4 @@ def process_pdf():
|
|
59 |
collection_name=file,
|
60 |
)
|
61 |
print("done")
|
62 |
-
return
|
|
|
59 |
collection_name=file,
|
60 |
)
|
61 |
print("done")
|
62 |
+
return qdrant_collections
|