Spaces:
Running
on
T4
Running
on
T4
adding fucntio
Browse files
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(
|