ppsingh commited on
Commit
a7e233d
·
verified ·
1 Parent(s): 23bb3e6

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
  qdrant_collections[file] = Qdrant.from_documents(
86
  value,
87
  embeddings,
88
- location=f"./data/{file}",
89
  collection_name=file,
90
  )
91
 
 
85
  qdrant_collections[file] = Qdrant.from_documents(
86
  value,
87
  embeddings,
88
+ path=f"./data/{file}",
89
  collection_name=file,
90
  )
91