ppsingh commited on
Commit
46ce0b3
1 Parent(s): b068206

Update auditqa/doc_process.py

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