We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d672c commit a26483bCopy full SHA for a26483b
engine/clients/qdrant/upload.py
@@ -62,7 +62,8 @@ def post_upload(cls, _distance):
62
collection_name=QDRANT_COLLECTION_NAME,
63
optimizer_config=OptimizersConfigDiff(
64
# indexing_threshold=10_000,
65
- max_optimization_threads=1,
+ # Set to a high number to not apply limits, already limited by CPU budget
66
+ max_optimization_threads=100_000,
67
),
68
)
69
0 commit comments