ppsingh commited on
Commit
5d0e7b5
1 Parent(s): 3a75492

Update auditqa/doc_process.py

Browse files
Files changed (1) hide show
  1. auditqa/doc_process.py +1 -1
auditqa/doc_process.py CHANGED
@@ -86,7 +86,7 @@ def process_pdf():
86
  qdrant_collections[file] = Qdrant.from_documents(
87
  value,
88
  embeddings,
89
- path="./data/local_qdrant",
90
  collection_name=file,
91
  )
92
 
 
86
  qdrant_collections[file] = Qdrant.from_documents(
87
  value,
88
  embeddings,
89
+ path=f"./data/{file}",
90
  collection_name=file,
91
  )
92