Skip to content

Commit 5ea04f0

Browse files
authored
Merge pull request #1357 from qdrant/update-config-v1.12.5
Update configuration
2 parents 5baacc4 + d1f315e commit 5ea04f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: qdrant-landing/content/documentation/guides/configuration.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,17 @@ storage:
150150
# region: ""
151151
# access_key: ""
152152
# secret_key: ""
153-
# endpoint_url: ""
154153

155154
# Where to store temporary files
156155
# If null, temporary snapshots are stored in: storage/snapshots_temp/
157156
temp_path: null
158157

159-
# If true - the point's payload will not be stored in memory.
158+
# If true - point payloads will not be stored in memory.
160159
# It will be read from the disk every time it is requested.
161160
# This setting saves RAM by (slightly) increasing the response time.
162161
# Note: those payload values that are involved in filtering and are indexed - remain in RAM.
162+
#
163+
# Default: true
163164
on_disk_payload: true
164165

165166
# Maximum number of concurrent updates to shard replicas
@@ -247,12 +248,12 @@ storage:
247248
max_segment_size_kb: null
248249

249250
# Maximum size (in KiloBytes) of vectors to store in-memory per segment.
250-
# Segments larger than this threshold will be stored as read-only memmaped file.
251+
# Segments larger than this threshold will be stored as read-only memmapped file.
251252
# To enable memmap storage, lower the threshold
252253
# Note: 1Kb = 1 vector of size 256
253254
# To explicitly disable mmap optimization, set to `0`.
254-
# If not set, will be disabled by default. Previously this was called memmap_threshold_kb.
255-
memmap_threshold: null
255+
# If not set, will be disabled by default.
256+
memmap_threshold_kb: null
256257

257258
# Maximum size (in KiloBytes) of vectors allowed for plain index.
258259
# Default value based on https://github.com/google-research/google-research/blob/master/scann/docs/algorithms.md
@@ -277,7 +278,7 @@ storage:
277278
# vacuum_min_vector_number: 1000
278279
# default_segment_number: 0
279280
# max_segment_size_kb: null
280-
# memmap_threshold: null
281+
# memmap_threshold_kb: null
281282
# indexing_threshold_kb: 20000
282283
# flush_interval_sec: 5
283284
# max_optimization_threads: null
@@ -441,7 +442,6 @@ cluster:
441442

442443
# Set to true to prevent service from sending usage statistics to the developers.
443444
# Read more: https://qdrant.tech/documentation/guides/telemetry
444-
# Defaults: false
445445
telemetry_disabled: false
446446

447447
# TLS configuration.

0 commit comments

Comments
 (0)