ppsingh commited on
Commit
82f5de0
1 Parent(s): 9e55f11

Update auditqa/doc_process.py

Browse files
Files changed (1) hide show
  1. 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},