Spaces:
Running
on
T4
Running
on
T4
Update auditqa/doc_process.py
Browse files- auditqa/doc_process.py +1 -0
auditqa/doc_process.py
CHANGED
|
@@ -103,6 +103,7 @@ def get_local_qdrant():
|
|
| 103 |
list_ = ['Consolidated','District','Ministry','allreports']
|
| 104 |
for val in list_:
|
| 105 |
client = QdrantClient(path="./data/{val}")
|
|
|
|
| 106 |
qdrant_collections[val] = Qdrant(client=client, collection_name=val, embeddings=embeddings, )
|
| 107 |
return qdrant_collections
|
| 108 |
|
|
|
|
| 103 |
list_ = ['Consolidated','District','Ministry','allreports']
|
| 104 |
for val in list_:
|
| 105 |
client = QdrantClient(path="./data/{val}")
|
| 106 |
+
print(client.get_collections())
|
| 107 |
qdrant_collections[val] = Qdrant(client=client, collection_name=val, embeddings=embeddings, )
|
| 108 |
return qdrant_collections
|
| 109 |
|