ppsingh commited on
Commit
2a88542
1 Parent(s): 4fadce6

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