Skip to content

Commit 85780ac

Browse files
committed
Switched to fallback collection name
1 parent 5968be2 commit 85780ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/update_embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def embed_and_upload_all_PDFs(
458458
qdrant_manager = QdrantManager(
459459
url=qdrant_cfg.get("url", "http://localhost:6333"),
460460
api_key=qdrant_cfg.get("api_key"),
461-
collection_name=qdrant_cfg.get("collection", "software_docs"),
461+
collection_name=qdrant_cfg.get("collection", "sandbox"),
462462
distance=qdrant_cfg.get("distance", "COSINE"),
463463
)
464464

0 commit comments

Comments
 (0)