Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update auditqa/doc_process.py
Browse files- auditqa/doc_process.py +0 -1
auditqa/doc_process.py
CHANGED
@@ -94,7 +94,6 @@ def process_pdf():
|
|
94 |
return qdrant_collections
|
95 |
|
96 |
def get_local_qdrant():
|
97 |
-
print(client.get_collections())
|
98 |
qdrant_collections = {}
|
99 |
embeddings = HuggingFaceEmbeddings(
|
100 |
model_kwargs = {'device': device},
|
|
|
94 |
return qdrant_collections
|
95 |
|
96 |
def get_local_qdrant():
|
|
|
97 |
qdrant_collections = {}
|
98 |
embeddings = HuggingFaceEmbeddings(
|
99 |
model_kwargs = {'device': device},
|