ppsingh commited on
Commit
34798a4
1 Parent(s): 6579cca

adding fucntio

Browse files
Files changed (1) hide show
  1. auditqa/process_chunks.py +1 -0
auditqa/process_chunks.py CHANGED
@@ -110,6 +110,7 @@ def load_chunks():
110
  return qdrant_collections
111
 
112
  def get_local_qdrant():
 
113
  config = getconfig("./model_params.cfg")
114
  qdrant_collections = {}
115
  embeddings = HuggingFaceEmbeddings(
 
110
  return qdrant_collections
111
 
112
  def get_local_qdrant():
113
+ """once the local qdrant server is created this is used to make the connection to exisitng server"""
114
  config = getconfig("./model_params.cfg")
115
  qdrant_collections = {}
116
  embeddings = HuggingFaceEmbeddings(