Spaces:
Running
on
T4
Running
on
T4
Update auditqa/process_chunks.py
Browse files
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['
|
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
|