ppsingh commited on
Commit
ca576b9
·
verified ·
1 Parent(s): 94b7c81

Update auditqa/process_chunks.py

Browse files
Files changed (1) hide show
  1. auditqa/process_chunks.py +1 -1
auditqa/process_chunks.py CHANGED
@@ -154,5 +154,5 @@ def get_local_qdrant():
154
  model_name=config.get('retriever','MODEL'))
155
  client = QdrantClient(path="/data/local_qdrant")
156
  print("Collections in local Qdrant:",client.get_collections())
157
- qdrant_collections['allreports'] = Qdrant(client=client, collection_name='allreports', embeddings=embeddings, )
158
  return qdrant_collections
 
154
  model_name=config.get('retriever','MODEL'))
155
  client = QdrantClient(path="/data/local_qdrant")
156
  print("Collections in local Qdrant:",client.get_collections())
157
+ qdrant_collections['docling'] = Qdrant(client=client, collection_name='docling', embeddings=embeddings, )
158
  return qdrant_collections