@zilliz/milvus2-sdk-node 2.6.4 → 2.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,6 +74,10 @@ exports.default = {
74
74
  "requestType": "DropCollectionFunctionRequest",
75
75
  "responseType": "common.Status"
76
76
  },
77
+ "TruncateCollection": {
78
+ "requestType": "TruncateCollectionRequest",
79
+ "responseType": "TruncateCollectionResponse"
80
+ },
77
81
  "CreatePartition": {
78
82
  "requestType": "CreatePartitionRequest",
79
83
  "responseType": "common.Status"
@@ -487,6 +491,42 @@ exports.default = {
487
491
  "requestStream": true,
488
492
  "responseType": "ReplicateResponse",
489
493
  "responseStream": true
494
+ },
495
+ "ComputePhraseMatchSlop": {
496
+ "requestType": "ComputePhraseMatchSlopRequest",
497
+ "responseType": "ComputePhraseMatchSlopResponse"
498
+ },
499
+ "CreateSnapshot": {
500
+ "requestType": "CreateSnapshotRequest",
501
+ "responseType": "common.Status"
502
+ },
503
+ "DropSnapshot": {
504
+ "requestType": "DropSnapshotRequest",
505
+ "responseType": "common.Status"
506
+ },
507
+ "ListSnapshots": {
508
+ "requestType": "ListSnapshotsRequest",
509
+ "responseType": "ListSnapshotsResponse"
510
+ },
511
+ "DescribeSnapshot": {
512
+ "requestType": "DescribeSnapshotRequest",
513
+ "responseType": "DescribeSnapshotResponse"
514
+ },
515
+ "RestoreSnapshot": {
516
+ "requestType": "RestoreSnapshotRequest",
517
+ "responseType": "RestoreSnapshotResponse"
518
+ },
519
+ "GetRestoreSnapshotState": {
520
+ "requestType": "GetRestoreSnapshotStateRequest",
521
+ "responseType": "GetRestoreSnapshotStateResponse"
522
+ },
523
+ "ListRestoreSnapshotJobs": {
524
+ "requestType": "ListRestoreSnapshotJobsRequest",
525
+ "responseType": "ListRestoreSnapshotJobsResponse"
526
+ },
527
+ "AlterCollectionSchema": {
528
+ "requestType": "AlterCollectionSchemaRequest",
529
+ "responseType": "AlterCollectionSchemaResponse"
490
530
  }
491
531
  }
492
532
  },
@@ -1901,7 +1941,7 @@ exports.default = {
1901
1941
  "AddCollectionFunctionRequest": {
1902
1942
  "options": {
1903
1943
  "(common.privilege_ext_obj).object_type": "Collection",
1904
- "(common.privilege_ext_obj).object_privilege": "PrivilegeAddCollectionFunction",
1944
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
1905
1945
  "(common.privilege_ext_obj).object_name_index": 3
1906
1946
  },
1907
1947
  "fields": {
@@ -1930,7 +1970,7 @@ exports.default = {
1930
1970
  "AlterCollectionFunctionRequest": {
1931
1971
  "options": {
1932
1972
  "(common.privilege_ext_obj).object_type": "Collection",
1933
- "(common.privilege_ext_obj).object_privilege": "PrivilegeDropCollectionFunction",
1973
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
1934
1974
  "(common.privilege_ext_obj).object_name_index": 3
1935
1975
  },
1936
1976
  "fields": {
@@ -1963,7 +2003,7 @@ exports.default = {
1963
2003
  "DropCollectionFunctionRequest": {
1964
2004
  "options": {
1965
2005
  "(common.privilege_ext_obj).object_type": "Collection",
1966
- "(common.privilege_ext_obj).object_privilege": "PrivilegeDropCollectionFunction",
2006
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
1967
2007
  "(common.privilege_ext_obj).object_name_index": 3
1968
2008
  },
1969
2009
  "fields": {
@@ -2186,6 +2226,12 @@ exports.default = {
2186
2226
  "(common.privilege_ext_obj).object_name_index": 3
2187
2227
  },
2188
2228
  "oneofs": {
2229
+ "search_input": {
2230
+ "oneof": [
2231
+ "placeholder_group",
2232
+ "ids"
2233
+ ]
2234
+ },
2189
2235
  "_namespace": {
2190
2236
  "oneof": [
2191
2237
  "namespace"
@@ -2218,6 +2264,10 @@ exports.default = {
2218
2264
  "type": "bytes",
2219
2265
  "id": 6
2220
2266
  },
2267
+ "ids": {
2268
+ "type": "schema.IDs",
2269
+ "id": 22
2270
+ },
2221
2271
  "dsl_type": {
2222
2272
  "type": "common.DslType",
2223
2273
  "id": 7
@@ -2258,7 +2308,10 @@ exports.default = {
2258
2308
  },
2259
2309
  "search_by_primary_keys": {
2260
2310
  "type": "bool",
2261
- "id": 16
2311
+ "id": 16,
2312
+ "options": {
2313
+ "deprecated": true
2314
+ }
2262
2315
  },
2263
2316
  "sub_reqs": {
2264
2317
  "rule": "repeated",
@@ -2717,6 +2770,26 @@ exports.default = {
2717
2770
  "flush_targets": {
2718
2771
  "rule": "repeated",
2719
2772
  "type": "FlushAllTarget",
2773
+ "id": 3,
2774
+ "options": {
2775
+ "deprecated": true
2776
+ }
2777
+ }
2778
+ }
2779
+ },
2780
+ "ClusterInfo": {
2781
+ "fields": {
2782
+ "cluster_id": {
2783
+ "type": "string",
2784
+ "id": 1
2785
+ },
2786
+ "cchannel": {
2787
+ "type": "string",
2788
+ "id": 2
2789
+ },
2790
+ "pchannels": {
2791
+ "rule": "repeated",
2792
+ "type": "string",
2720
2793
  "id": 3
2721
2794
  }
2722
2795
  }
@@ -2729,12 +2802,27 @@ exports.default = {
2729
2802
  },
2730
2803
  "flush_all_ts": {
2731
2804
  "type": "uint64",
2732
- "id": 2
2805
+ "id": 2,
2806
+ "options": {
2807
+ "deprecated": true
2808
+ }
2733
2809
  },
2734
2810
  "flush_results": {
2735
2811
  "rule": "repeated",
2736
2812
  "type": "FlushAllResult",
2737
- "id": 3
2813
+ "id": 3,
2814
+ "options": {
2815
+ "deprecated": true
2816
+ }
2817
+ },
2818
+ "flush_all_msgs": {
2819
+ "keyType": "string",
2820
+ "type": "common.ImmutableMessage",
2821
+ "id": 4
2822
+ },
2823
+ "cluster_info": {
2824
+ "type": "ClusterInfo",
2825
+ "id": 5
2738
2826
  }
2739
2827
  }
2740
2828
  },
@@ -3112,6 +3200,10 @@ exports.default = {
3112
3200
  "l0Compaction": {
3113
3201
  "type": "bool",
3114
3202
  "id": 9
3203
+ },
3204
+ "target_size": {
3205
+ "type": "int64",
3206
+ "id": 10
3115
3207
  }
3116
3208
  }
3117
3209
  },
@@ -3251,7 +3343,10 @@ exports.default = {
3251
3343
  },
3252
3344
  "flush_all_ts": {
3253
3345
  "type": "uint64",
3254
- "id": 2
3346
+ "id": 2,
3347
+ "options": {
3348
+ "deprecated": true
3349
+ }
3255
3350
  },
3256
3351
  "db_name": {
3257
3352
  "type": "string",
@@ -3263,7 +3358,15 @@ exports.default = {
3263
3358
  "flush_targets": {
3264
3359
  "rule": "repeated",
3265
3360
  "type": "FlushAllTarget",
3266
- "id": 4
3361
+ "id": 4,
3362
+ "options": {
3363
+ "deprecated": true
3364
+ }
3365
+ },
3366
+ "flush_all_tss": {
3367
+ "keyType": "string",
3368
+ "type": "uint64",
3369
+ "id": 5
3267
3370
  }
3268
3371
  }
3269
3372
  },
@@ -3280,7 +3383,10 @@ exports.default = {
3280
3383
  "flush_states": {
3281
3384
  "rule": "repeated",
3282
3385
  "type": "FlushAllState",
3283
- "id": 3
3386
+ "id": 3,
3387
+ "options": {
3388
+ "deprecated": true
3389
+ }
3284
3390
  }
3285
3391
  }
3286
3392
  },
@@ -5401,6 +5507,475 @@ exports.default = {
5401
5507
  "id": 1
5402
5508
  }
5403
5509
  }
5510
+ },
5511
+ "TruncateCollectionRequest": {
5512
+ "options": {
5513
+ "(common.privilege_ext_obj).object_type": "Global",
5514
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeDropCollection",
5515
+ "(common.privilege_ext_obj).object_name_index": -1
5516
+ },
5517
+ "fields": {
5518
+ "base": {
5519
+ "type": "common.MsgBase",
5520
+ "id": 1
5521
+ },
5522
+ "db_name": {
5523
+ "type": "string",
5524
+ "id": 2
5525
+ },
5526
+ "collection_name": {
5527
+ "type": "string",
5528
+ "id": 3
5529
+ }
5530
+ }
5531
+ },
5532
+ "TruncateCollectionResponse": {
5533
+ "fields": {
5534
+ "status": {
5535
+ "type": "common.Status",
5536
+ "id": 1
5537
+ }
5538
+ }
5539
+ },
5540
+ "ComputePhraseMatchSlopRequest": {
5541
+ "fields": {
5542
+ "base": {
5543
+ "type": "common.MsgBase",
5544
+ "id": 1
5545
+ },
5546
+ "analyzer_params": {
5547
+ "type": "string",
5548
+ "id": 2
5549
+ },
5550
+ "query_text": {
5551
+ "type": "string",
5552
+ "id": 3
5553
+ },
5554
+ "data_texts": {
5555
+ "rule": "repeated",
5556
+ "type": "string",
5557
+ "id": 4
5558
+ }
5559
+ }
5560
+ },
5561
+ "ComputePhraseMatchSlopResponse": {
5562
+ "fields": {
5563
+ "status": {
5564
+ "type": "common.Status",
5565
+ "id": 1
5566
+ },
5567
+ "is_match": {
5568
+ "rule": "repeated",
5569
+ "type": "bool",
5570
+ "id": 2
5571
+ },
5572
+ "slops": {
5573
+ "rule": "repeated",
5574
+ "type": "int64",
5575
+ "id": 3
5576
+ }
5577
+ }
5578
+ },
5579
+ "CreateSnapshotRequest": {
5580
+ "options": {
5581
+ "(common.privilege_ext_obj).object_type": "Global",
5582
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateSnapshot",
5583
+ "(common.privilege_ext_obj).object_name_index": -1
5584
+ },
5585
+ "fields": {
5586
+ "base": {
5587
+ "type": "common.MsgBase",
5588
+ "id": 1
5589
+ },
5590
+ "name": {
5591
+ "type": "string",
5592
+ "id": 2
5593
+ },
5594
+ "description": {
5595
+ "type": "string",
5596
+ "id": 3
5597
+ },
5598
+ "db_name": {
5599
+ "type": "string",
5600
+ "id": 4
5601
+ },
5602
+ "collection_name": {
5603
+ "type": "string",
5604
+ "id": 5
5605
+ }
5606
+ }
5607
+ },
5608
+ "DropSnapshotRequest": {
5609
+ "options": {
5610
+ "(common.privilege_ext_obj).object_type": "Global",
5611
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeDropSnapshot",
5612
+ "(common.privilege_ext_obj).object_name_index": -1
5613
+ },
5614
+ "fields": {
5615
+ "base": {
5616
+ "type": "common.MsgBase",
5617
+ "id": 1
5618
+ },
5619
+ "name": {
5620
+ "type": "string",
5621
+ "id": 2
5622
+ }
5623
+ }
5624
+ },
5625
+ "ListSnapshotsRequest": {
5626
+ "options": {
5627
+ "(common.privilege_ext_obj).object_type": "Global",
5628
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeListSnapshots",
5629
+ "(common.privilege_ext_obj).object_name_index": -1
5630
+ },
5631
+ "fields": {
5632
+ "base": {
5633
+ "type": "common.MsgBase",
5634
+ "id": 1
5635
+ },
5636
+ "db_name": {
5637
+ "type": "string",
5638
+ "id": 2
5639
+ },
5640
+ "collection_name": {
5641
+ "type": "string",
5642
+ "id": 3
5643
+ }
5644
+ }
5645
+ },
5646
+ "ListSnapshotsResponse": {
5647
+ "fields": {
5648
+ "status": {
5649
+ "type": "common.Status",
5650
+ "id": 1
5651
+ },
5652
+ "snapshots": {
5653
+ "rule": "repeated",
5654
+ "type": "string",
5655
+ "id": 2
5656
+ }
5657
+ }
5658
+ },
5659
+ "DescribeSnapshotRequest": {
5660
+ "options": {
5661
+ "(common.privilege_ext_obj).object_type": "Global",
5662
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeDescribeSnapshot",
5663
+ "(common.privilege_ext_obj).object_name_index": -1
5664
+ },
5665
+ "fields": {
5666
+ "base": {
5667
+ "type": "common.MsgBase",
5668
+ "id": 1
5669
+ },
5670
+ "name": {
5671
+ "type": "string",
5672
+ "id": 2
5673
+ }
5674
+ }
5675
+ },
5676
+ "DescribeSnapshotResponse": {
5677
+ "fields": {
5678
+ "status": {
5679
+ "type": "common.Status",
5680
+ "id": 1
5681
+ },
5682
+ "name": {
5683
+ "type": "string",
5684
+ "id": 2
5685
+ },
5686
+ "description": {
5687
+ "type": "string",
5688
+ "id": 3
5689
+ },
5690
+ "collection_name": {
5691
+ "type": "string",
5692
+ "id": 4
5693
+ },
5694
+ "partition_names": {
5695
+ "rule": "repeated",
5696
+ "type": "string",
5697
+ "id": 5
5698
+ },
5699
+ "create_ts": {
5700
+ "type": "int64",
5701
+ "id": 6
5702
+ },
5703
+ "s3_location": {
5704
+ "type": "string",
5705
+ "id": 7
5706
+ }
5707
+ }
5708
+ },
5709
+ "RestoreSnapshotRequest": {
5710
+ "options": {
5711
+ "(common.privilege_ext_obj).object_type": "Global",
5712
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
5713
+ "(common.privilege_ext_obj).object_name_index": -1
5714
+ },
5715
+ "fields": {
5716
+ "base": {
5717
+ "type": "common.MsgBase",
5718
+ "id": 1
5719
+ },
5720
+ "name": {
5721
+ "type": "string",
5722
+ "id": 2
5723
+ },
5724
+ "db_name": {
5725
+ "type": "string",
5726
+ "id": 3
5727
+ },
5728
+ "collection_name": {
5729
+ "type": "string",
5730
+ "id": 4
5731
+ },
5732
+ "rewrite_data": {
5733
+ "type": "bool",
5734
+ "id": 5
5735
+ }
5736
+ }
5737
+ },
5738
+ "RestoreSnapshotResponse": {
5739
+ "fields": {
5740
+ "status": {
5741
+ "type": "common.Status",
5742
+ "id": 1
5743
+ },
5744
+ "job_id": {
5745
+ "type": "int64",
5746
+ "id": 2
5747
+ }
5748
+ }
5749
+ },
5750
+ "RestoreSnapshotState": {
5751
+ "values": {
5752
+ "RestoreSnapshotNone": 0,
5753
+ "RestoreSnapshotPending": 1,
5754
+ "RestoreSnapshotExecuting": 2,
5755
+ "RestoreSnapshotCompleted": 3,
5756
+ "RestoreSnapshotFailed": 4
5757
+ }
5758
+ },
5759
+ "RestoreSnapshotInfo": {
5760
+ "fields": {
5761
+ "job_id": {
5762
+ "type": "int64",
5763
+ "id": 1
5764
+ },
5765
+ "snapshot_name": {
5766
+ "type": "string",
5767
+ "id": 2
5768
+ },
5769
+ "db_name": {
5770
+ "type": "string",
5771
+ "id": 3
5772
+ },
5773
+ "collection_name": {
5774
+ "type": "string",
5775
+ "id": 4
5776
+ },
5777
+ "state": {
5778
+ "type": "RestoreSnapshotState",
5779
+ "id": 5
5780
+ },
5781
+ "progress": {
5782
+ "type": "int32",
5783
+ "id": 6
5784
+ },
5785
+ "reason": {
5786
+ "type": "string",
5787
+ "id": 7
5788
+ },
5789
+ "start_time": {
5790
+ "type": "uint64",
5791
+ "id": 8
5792
+ },
5793
+ "time_cost": {
5794
+ "type": "uint64",
5795
+ "id": 9
5796
+ }
5797
+ }
5798
+ },
5799
+ "GetRestoreSnapshotStateRequest": {
5800
+ "options": {
5801
+ "(common.privilege_ext_obj).object_type": "Global",
5802
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
5803
+ "(common.privilege_ext_obj).object_name_index": -1
5804
+ },
5805
+ "fields": {
5806
+ "base": {
5807
+ "type": "common.MsgBase",
5808
+ "id": 1
5809
+ },
5810
+ "job_id": {
5811
+ "type": "int64",
5812
+ "id": 2
5813
+ }
5814
+ }
5815
+ },
5816
+ "GetRestoreSnapshotStateResponse": {
5817
+ "fields": {
5818
+ "status": {
5819
+ "type": "common.Status",
5820
+ "id": 1
5821
+ },
5822
+ "info": {
5823
+ "type": "RestoreSnapshotInfo",
5824
+ "id": 2
5825
+ }
5826
+ }
5827
+ },
5828
+ "ListRestoreSnapshotJobsRequest": {
5829
+ "options": {
5830
+ "(common.privilege_ext_obj).object_type": "Global",
5831
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
5832
+ "(common.privilege_ext_obj).object_name_index": -1
5833
+ },
5834
+ "fields": {
5835
+ "base": {
5836
+ "type": "common.MsgBase",
5837
+ "id": 1
5838
+ },
5839
+ "db_name": {
5840
+ "type": "string",
5841
+ "id": 2
5842
+ },
5843
+ "collection_name": {
5844
+ "type": "string",
5845
+ "id": 3
5846
+ }
5847
+ }
5848
+ },
5849
+ "ListRestoreSnapshotJobsResponse": {
5850
+ "fields": {
5851
+ "status": {
5852
+ "type": "common.Status",
5853
+ "id": 1
5854
+ },
5855
+ "jobs": {
5856
+ "rule": "repeated",
5857
+ "type": "RestoreSnapshotInfo",
5858
+ "id": 2
5859
+ }
5860
+ }
5861
+ },
5862
+ "AlterCollectionSchemaRequest": {
5863
+ "options": {
5864
+ "(common.privilege_ext_obj).object_type": "Collection",
5865
+ "(common.privilege_ext_obj).object_privilege": "PrivilegeAlterCollectionSchema",
5866
+ "(common.privilege_ext_obj).object_name_index": 3
5867
+ },
5868
+ "fields": {
5869
+ "base": {
5870
+ "type": "common.MsgBase",
5871
+ "id": 1
5872
+ },
5873
+ "db_name": {
5874
+ "type": "string",
5875
+ "id": 2
5876
+ },
5877
+ "collection_name": {
5878
+ "type": "string",
5879
+ "id": 3
5880
+ },
5881
+ "collectionID": {
5882
+ "type": "int64",
5883
+ "id": 4
5884
+ },
5885
+ "action": {
5886
+ "type": "Action",
5887
+ "id": 5
5888
+ }
5889
+ },
5890
+ "nested": {
5891
+ "FieldInfo": {
5892
+ "fields": {
5893
+ "field_schema": {
5894
+ "type": "schema.FieldSchema",
5895
+ "id": 1
5896
+ },
5897
+ "index_name": {
5898
+ "type": "string",
5899
+ "id": 2
5900
+ },
5901
+ "extra_params": {
5902
+ "rule": "repeated",
5903
+ "type": "common.KeyValuePair",
5904
+ "id": 3
5905
+ }
5906
+ }
5907
+ },
5908
+ "AddRequest": {
5909
+ "fields": {
5910
+ "field_infos": {
5911
+ "rule": "repeated",
5912
+ "type": "FieldInfo",
5913
+ "id": 1
5914
+ },
5915
+ "func_schema": {
5916
+ "rule": "repeated",
5917
+ "type": "schema.FunctionSchema",
5918
+ "id": 2
5919
+ },
5920
+ "do_physical_backfill": {
5921
+ "type": "bool",
5922
+ "id": 3
5923
+ }
5924
+ }
5925
+ },
5926
+ "DropRequest": {
5927
+ "oneofs": {
5928
+ "field_identifier": {
5929
+ "oneof": [
5930
+ "field_name",
5931
+ "field_id"
5932
+ ]
5933
+ }
5934
+ },
5935
+ "fields": {
5936
+ "field_name": {
5937
+ "type": "string",
5938
+ "id": 1
5939
+ },
5940
+ "field_id": {
5941
+ "type": "int64",
5942
+ "id": 2
5943
+ }
5944
+ }
5945
+ },
5946
+ "Action": {
5947
+ "oneofs": {
5948
+ "op": {
5949
+ "oneof": [
5950
+ "add_request",
5951
+ "drop_request"
5952
+ ]
5953
+ }
5954
+ },
5955
+ "fields": {
5956
+ "add_request": {
5957
+ "type": "AddRequest",
5958
+ "id": 1
5959
+ },
5960
+ "drop_request": {
5961
+ "type": "DropRequest",
5962
+ "id": 2
5963
+ }
5964
+ }
5965
+ }
5966
+ }
5967
+ },
5968
+ "AlterCollectionSchemaResponse": {
5969
+ "fields": {
5970
+ "alter_status": {
5971
+ "type": "common.Status",
5972
+ "id": 1
5973
+ },
5974
+ "index_status": {
5975
+ "type": "common.Status",
5976
+ "id": 2
5977
+ }
5978
+ }
5404
5979
  }
5405
5980
  }
5406
5981
  },
@@ -5612,6 +6187,10 @@ exports.default = {
5612
6187
  "rule": "repeated",
5613
6188
  "type": "bytes",
5614
6189
  "id": 3
6190
+ },
6191
+ "element_level": {
6192
+ "type": "bool",
6193
+ "id": 4
5615
6194
  }
5616
6195
  }
5617
6196
  },
@@ -5658,6 +6237,7 @@ exports.default = {
5658
6237
  "AddCollectionFunction": 116,
5659
6238
  "AlterCollectionFunction": 117,
5660
6239
  "DropCollectionFunction": 118,
6240
+ "TruncateCollection": 119,
5661
6241
  "CreatePartition": 200,
5662
6242
  "DropPartition": 201,
5663
6243
  "HasPartition": 202,
@@ -5688,6 +6268,7 @@ exports.default = {
5688
6268
  "FlushSegment": 406,
5689
6269
  "CreateSegment": 407,
5690
6270
  "Import": 408,
6271
+ "FlushAll": 409,
5691
6272
  "Search": 500,
5692
6273
  "SearchResult": 501,
5693
6274
  "GetIndexState": 502,
@@ -5757,7 +6338,16 @@ exports.default = {
5757
6338
  "ListDatabases": 1803,
5758
6339
  "AlterDatabase": 1804,
5759
6340
  "DescribeDatabase": 1805,
5760
- "AddCollectionField": 1900
6341
+ "AddCollectionField": 1900,
6342
+ "AlterWAL": 2000,
6343
+ "CreateSnapshot": 2100,
6344
+ "DropSnapshot": 2101,
6345
+ "ListSnapshots": 2102,
6346
+ "DescribeSnapshot": 2103,
6347
+ "RestoreSnapshot": 2104,
6348
+ "GetRestoreSnapshotState": 2105,
6349
+ "ListRestoreSnapshotJobs": 2106,
6350
+ "AlterCollectionSchema": 2200
5761
6351
  }
5762
6352
  },
5763
6353
  "MsgBase": {
@@ -5946,10 +6536,13 @@ exports.default = {
5946
6536
  "PrivilegeAddFileResource": 72,
5947
6537
  "PrivilegeRemoveFileResource": 73,
5948
6538
  "PrivilegeListFileResources": 74,
5949
- "PrivilegeAddCollectionFunction": 75,
5950
- "PrivilegeAlterCollectionFunction": 76,
5951
- "PrivilegeDropCollectionFunction": 77,
5952
- "PrivilegeUpdateReplicateConfiguration": 78
6539
+ "PrivilegeUpdateReplicateConfiguration": 78,
6540
+ "PrivilegeCreateSnapshot": 79,
6541
+ "PrivilegeDropSnapshot": 80,
6542
+ "PrivilegeDescribeSnapshot": 81,
6543
+ "PrivilegeListSnapshots": 82,
6544
+ "PrivilegeRestoreSnapshot": 83,
6545
+ "PrivilegeAlterCollectionSchema": 84
5953
6546
  }
5954
6547
  },
5955
6548
  "PrivilegeExt": {
@@ -6349,7 +6942,8 @@ exports.default = {
6349
6942
  "Unknown": 0,
6350
6943
  "BM25": 1,
6351
6944
  "TextEmbedding": 2,
6352
- "Rerank": 3
6945
+ "Rerank": 3,
6946
+ "MinHash": 4
6353
6947
  }
6354
6948
  },
6355
6949
  "FieldState": {
@@ -6427,6 +7021,10 @@ exports.default = {
6427
7021
  "is_function_output": {
6428
7022
  "type": "bool",
6429
7023
  "id": 16
7024
+ },
7025
+ "external_field": {
7026
+ "type": "string",
7027
+ "id": 17
6430
7028
  }
6431
7029
  }
6432
7030
  },
@@ -6537,6 +7135,23 @@ exports.default = {
6537
7135
  "version": {
6538
7136
  "type": "int32",
6539
7137
  "id": 10
7138
+ },
7139
+ "external_source": {
7140
+ "type": "string",
7141
+ "id": 11
7142
+ },
7143
+ "external_spec": {
7144
+ "type": "string",
7145
+ "id": 12
7146
+ },
7147
+ "do_physical_backfill": {
7148
+ "type": "bool",
7149
+ "id": 13
7150
+ },
7151
+ "file_resource_ids": {
7152
+ "rule": "repeated",
7153
+ "type": "int64",
7154
+ "id": 14
6540
7155
  }
6541
7156
  }
6542
7157
  },
@@ -7038,6 +7653,10 @@ exports.default = {
7038
7653
  "rule": "repeated",
7039
7654
  "type": "common.HighlightResult",
7040
7655
  "id": 14
7656
+ },
7657
+ "element_indices": {
7658
+ "type": "LongArray",
7659
+ "id": 15
7041
7660
  }
7042
7661
  }
7043
7662
  },
@@ -7428,6 +8047,10 @@ exports.default = {
7428
8047
  "timestamp": {
7429
8048
  "type": "uint64",
7430
8049
  "id": 4
8050
+ },
8051
+ "WAL_name": {
8052
+ "type": "common.WALName",
8053
+ "id": 5
7431
8054
  }
7432
8055
  }
7433
8056
  },