We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5968be2 commit 85780acCopy full SHA for 85780ac
tasks/update_embeddings.py
@@ -458,7 +458,7 @@ def embed_and_upload_all_PDFs(
458
qdrant_manager = QdrantManager(
459
url=qdrant_cfg.get("url", "http://localhost:6333"),
460
api_key=qdrant_cfg.get("api_key"),
461
- collection_name=qdrant_cfg.get("collection", "software_docs"),
+ collection_name=qdrant_cfg.get("collection", "sandbox"),
462
distance=qdrant_cfg.get("distance", "COSINE"),
463
)
464
0 commit comments