We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_optimization_threads: 0
While running vector-db-benchmarks I've noticed that
vector-db-benchmarks
max_optimization_threads: 1
If max_optimization_threads was intended to disable/enable indexing, then vector-db-benchmark can be updated to use indexing_threshold: 0 instead.
max_optimization_threads
vector-db-benchmark
indexing_threshold: 0
Notice indexed_vectors_count near the top and max_optimization_threads at the bottom.
indexed_vectors_count
The text was updated successfully, but these errors were encountered:
@generall Do we also want an issue in qdrant regarding max_optimization_threads: 0?
qdrant
Sorry, something went wrong.
You're right about this @ffuugoo.
Will fix this in the next benchmarks run.
No branches or pull requests
While running
vector-db-benchmarks
I've noticed thatmax_optimization_threads: 0
before uploading pointsmax_optimization_threads: 1
after upload is finishedmax_optimization_threads: 0
doesn't disable indexingmax_optimization_threads: 1
request and had a collection fully indexed withmax_optimization_threads: 0
If
max_optimization_threads
was intended to disable/enable indexing, thenvector-db-benchmark
can be updated to useindexing_threshold: 0
instead.Screenshot
Notice
indexed_vectors_count
near the top andmax_optimization_threads
at the bottom.The text was updated successfully, but these errors were encountered: