Skip to content

Commit 131885d

Browse files
committed
restore autogenerated files
1 parent 1137e54 commit 131885d

13 files changed

Lines changed: 24242 additions & 25224 deletions

packages/js-client-grpc/proto/collections.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ message OptimizersConfigDiff {
235235
*/
236236
optional uint64 default_segment_number = 3;
237237
/*
238+
Deprecated:
239+
238240
Do not create segments larger this size (in kilobytes).
239241
Large segments might require disproportionately long indexation times,
240242
therefore it makes sense to limit the size of segments.
@@ -398,7 +400,7 @@ message CreateCollection {
398400
optional VectorsConfig vectors_config = 10; // Configuration for vectors
399401
optional uint32 replication_factor = 11; // Number of replicas of each shard that network tries to maintain, default = 1
400402
optional uint32 write_consistency_factor = 12; // How many replicas should apply the operation for us to consider it successful, default = 1
401-
optional string init_from_collection = 13; // Specify name of the other collection to copy data from
403+
optional string init_from_collection = 13; // Deprecated: specify name of the other collection to copy data from
402404
optional QuantizationConfig quantization_config = 14; // Quantization configuration of vector
403405
optional ShardingMethod sharding_method = 15; // Sharding method
404406
optional SparseVectorConfig sparse_vectors_config = 16; // Configuration for sparse vectors

0 commit comments

Comments
 (0)