Skip to content

Commit

Permalink
Merge pull request #1031 from qdrant/feat/bashofmann/doc-async_scorer
Browse files Browse the repository at this point in the history
Add documentation for config value storage.async_scorer
  • Loading branch information
davidmyriel authored Jul 20, 2024
2 parents 57fdda2 + 060a980 commit 9c814d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qdrant-landing/content/documentation/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@ storage:
# Default is to allow 1 transfer.
# If null - allow unlimited transfers.
#outgoing_shard_transfers_limit: 1


# Enable async scorer which uses io_uring when rescoring.
# Only supported on Linux, must be enabled in your kernel.
# See: <https://qdrant.tech/articles/io_uring/#and-what-about-qdrant>
#async_scorer: false

optimizers:
# The minimal fraction of deleted vectors in a segment, required to perform segment optimization
deleted_threshold: 0.2
Expand Down

0 comments on commit 9c814d3

Please sign in to comment.