Skip to content

Commit c33ae78

Browse files
authored
Update MaxPayloadIndexCount docs (#174)
1 parent 55452f4 commit c33ae78

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

api/v1/qdrantcluster_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ type QdrantConfigurationCollection struct {
505505
type QdrantConfigurationCollectionStrictMode struct {
506506
// MaxPayloadIndexCount represents the maximal number of payload indexes allowed to be created.
507507
// It can be set for Qdrant version >= 1.16.0
508+
// Default to 100 if omitted and Qdrant version >= 1.16.0
508509
// +optional
509510
// +kubebuilder:validation:Minimum:=1
510511
MaxPayloadIndexCount *uint `json:"max_payload_index_count,omitempty"`

charts/qdrant-kubernetes-api/templates/region-crds/qdrant.io_qdrantclusters.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
description: |-
8585
MaxPayloadIndexCount represents the maximal number of payload indexes allowed to be created.
8686
It can be set for Qdrant version >= 1.16.0
87+
Default to 100 if omitted and Qdrant version >= 1.16.0
8788
minimum: 1
8889
type: integer
8990
type: object

crds/qdrant.io_qdrantclusters.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ spec:
8383
description: |-
8484
MaxPayloadIndexCount represents the maximal number of payload indexes allowed to be created.
8585
It can be set for Qdrant version >= 1.16.0
86+
Default to 100 if omitted and Qdrant version >= 1.16.0
8687
minimum: 1
8788
type: integer
8889
type: object

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ _Appears in:_
858858

859859
| Field | Description | Default | Validation |
860860
| --- | --- | --- | --- |
861-
| `max_payload_index_count` _integer_ | MaxPayloadIndexCount represents the maximal number of payload indexes allowed to be created.<br />It can be set for Qdrant version >= 1.16.0 | | Minimum: 1 <br /> |
861+
| `max_payload_index_count` _integer_ | MaxPayloadIndexCount represents the maximal number of payload indexes allowed to be created.<br />It can be set for Qdrant version >= 1.16.0<br />Default to 100 if omitted and Qdrant version >= 1.16.0 | | Minimum: 1 <br /> |
862862

863863

864864
#### QdrantConfigurationCollectionVectors

0 commit comments

Comments
 (0)