@zilliz/milvus2-sdk-node 2.6.9 → 2.6.11
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.
- package/README.md +24 -196
- package/dist/milvus/HttpClient.d.ts +39 -0
- package/dist/milvus/HttpClient.js +1 -1
- package/dist/milvus/HttpClient.js.map +1 -1
- package/dist/milvus/const/client.d.ts +3 -1
- package/dist/milvus/const/client.js +2 -0
- package/dist/milvus/const/client.js.map +1 -1
- package/dist/milvus/const/error.d.ts +2 -0
- package/dist/milvus/const/error.js +2 -0
- package/dist/milvus/const/error.js.map +1 -1
- package/dist/milvus/grpc/BaseClient.js +1 -1
- package/dist/milvus/grpc/Collection.d.ts +86 -1
- package/dist/milvus/grpc/Collection.js +138 -0
- package/dist/milvus/grpc/Collection.js.map +1 -1
- package/dist/milvus/grpc/Data.js +5 -2
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/grpc/GrpcClient.js +2 -0
- package/dist/milvus/grpc/GrpcClient.js.map +1 -1
- package/dist/milvus/http/Collection.d.ts +9 -1
- package/dist/milvus/http/Collection.js +48 -0
- package/dist/milvus/http/Collection.js.map +1 -1
- package/dist/milvus/http/Database.d.ts +42 -0
- package/dist/milvus/http/Database.js +71 -0
- package/dist/milvus/http/Database.js.map +1 -0
- package/dist/milvus/http/MilvusIndex.d.ts +3 -1
- package/dist/milvus/http/MilvusIndex.js +12 -0
- package/dist/milvus/http/MilvusIndex.js.map +1 -1
- package/dist/milvus/http/Vector.js +1 -1
- package/dist/milvus/http/Vector.js.map +1 -1
- package/dist/milvus/http/index.d.ts +1 -0
- package/dist/milvus/http/index.js +1 -0
- package/dist/milvus/http/index.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +34 -514
- package/dist/milvus/proto-json/milvus.base.js +36 -522
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +90 -570
- package/dist/milvus/proto-json/milvus.js +92 -578
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +6 -44
- package/dist/milvus/proto-json/schema.base.js +8 -46
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Collection.d.ts +16 -0
- package/dist/milvus/types/Common.d.ts +2 -0
- package/dist/milvus/types/Http.d.ts +99 -0
- package/dist/milvus/types/Search.d.ts +4 -2
- package/dist/milvus/utils/Function.d.ts +18 -4
- package/dist/milvus/utils/Function.js +56 -7
- package/dist/milvus/utils/Function.js.map +1 -1
- package/dist/milvus/utils/Grpc.d.ts +6 -0
- package/dist/milvus/utils/Grpc.js +29 -1
- package/dist/milvus/utils/Grpc.js.map +1 -1
- package/dist/milvus/utils/Schema.d.ts +12 -1
- package/dist/milvus/utils/Schema.js +21 -1
- package/dist/milvus/utils/Schema.js.map +1 -1
- package/dist/milvus/utils/Search.d.ts +16 -0
- package/dist/milvus/utils/Search.js +47 -3
- package/dist/milvus/utils/Search.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +10 -5
|
@@ -476,6 +476,10 @@ declare const _default: {
|
|
|
476
476
|
requestType: string;
|
|
477
477
|
responseType: string;
|
|
478
478
|
};
|
|
479
|
+
GetReplicateConfiguration: {
|
|
480
|
+
requestType: string;
|
|
481
|
+
responseType: string;
|
|
482
|
+
};
|
|
479
483
|
GetReplicateInfo: {
|
|
480
484
|
requestType: string;
|
|
481
485
|
responseType: string;
|
|
@@ -486,42 +490,6 @@ declare const _default: {
|
|
|
486
490
|
responseType: string;
|
|
487
491
|
responseStream: boolean;
|
|
488
492
|
};
|
|
489
|
-
ComputePhraseMatchSlop: {
|
|
490
|
-
requestType: string;
|
|
491
|
-
responseType: string;
|
|
492
|
-
};
|
|
493
|
-
CreateSnapshot: {
|
|
494
|
-
requestType: string;
|
|
495
|
-
responseType: string;
|
|
496
|
-
};
|
|
497
|
-
DropSnapshot: {
|
|
498
|
-
requestType: string;
|
|
499
|
-
responseType: string;
|
|
500
|
-
};
|
|
501
|
-
ListSnapshots: {
|
|
502
|
-
requestType: string;
|
|
503
|
-
responseType: string;
|
|
504
|
-
};
|
|
505
|
-
DescribeSnapshot: {
|
|
506
|
-
requestType: string;
|
|
507
|
-
responseType: string;
|
|
508
|
-
};
|
|
509
|
-
RestoreSnapshot: {
|
|
510
|
-
requestType: string;
|
|
511
|
-
responseType: string;
|
|
512
|
-
};
|
|
513
|
-
GetRestoreSnapshotState: {
|
|
514
|
-
requestType: string;
|
|
515
|
-
responseType: string;
|
|
516
|
-
};
|
|
517
|
-
ListRestoreSnapshotJobs: {
|
|
518
|
-
requestType: string;
|
|
519
|
-
responseType: string;
|
|
520
|
-
};
|
|
521
|
-
AlterCollectionSchema: {
|
|
522
|
-
requestType: string;
|
|
523
|
-
responseType: string;
|
|
524
|
-
};
|
|
525
493
|
};
|
|
526
494
|
};
|
|
527
495
|
CreateAliasRequest: {
|
|
@@ -5406,6 +5374,30 @@ declare const _default: {
|
|
|
5406
5374
|
type: string;
|
|
5407
5375
|
id: number;
|
|
5408
5376
|
};
|
|
5377
|
+
force_promote: {
|
|
5378
|
+
type: string;
|
|
5379
|
+
id: number;
|
|
5380
|
+
};
|
|
5381
|
+
};
|
|
5382
|
+
};
|
|
5383
|
+
GetReplicateConfigurationRequest: {
|
|
5384
|
+
options: {
|
|
5385
|
+
"(common.privilege_ext_obj).object_type": string;
|
|
5386
|
+
"(common.privilege_ext_obj).object_privilege": string;
|
|
5387
|
+
"(common.privilege_ext_obj).object_name_index": number;
|
|
5388
|
+
};
|
|
5389
|
+
fields: {};
|
|
5390
|
+
};
|
|
5391
|
+
GetReplicateConfigurationResponse: {
|
|
5392
|
+
fields: {
|
|
5393
|
+
status: {
|
|
5394
|
+
type: string;
|
|
5395
|
+
id: number;
|
|
5396
|
+
};
|
|
5397
|
+
configuration: {
|
|
5398
|
+
type: string;
|
|
5399
|
+
id: number;
|
|
5400
|
+
};
|
|
5409
5401
|
};
|
|
5410
5402
|
};
|
|
5411
5403
|
GetReplicateInfoRequest: {
|
|
@@ -5503,440 +5495,6 @@ declare const _default: {
|
|
|
5503
5495
|
};
|
|
5504
5496
|
};
|
|
5505
5497
|
};
|
|
5506
|
-
ComputePhraseMatchSlopRequest: {
|
|
5507
|
-
fields: {
|
|
5508
|
-
base: {
|
|
5509
|
-
type: string;
|
|
5510
|
-
id: number;
|
|
5511
|
-
};
|
|
5512
|
-
analyzer_params: {
|
|
5513
|
-
type: string;
|
|
5514
|
-
id: number;
|
|
5515
|
-
};
|
|
5516
|
-
query_text: {
|
|
5517
|
-
type: string;
|
|
5518
|
-
id: number;
|
|
5519
|
-
};
|
|
5520
|
-
data_texts: {
|
|
5521
|
-
rule: string;
|
|
5522
|
-
type: string;
|
|
5523
|
-
id: number;
|
|
5524
|
-
};
|
|
5525
|
-
};
|
|
5526
|
-
};
|
|
5527
|
-
ComputePhraseMatchSlopResponse: {
|
|
5528
|
-
fields: {
|
|
5529
|
-
status: {
|
|
5530
|
-
type: string;
|
|
5531
|
-
id: number;
|
|
5532
|
-
};
|
|
5533
|
-
is_match: {
|
|
5534
|
-
rule: string;
|
|
5535
|
-
type: string;
|
|
5536
|
-
id: number;
|
|
5537
|
-
};
|
|
5538
|
-
slops: {
|
|
5539
|
-
rule: string;
|
|
5540
|
-
type: string;
|
|
5541
|
-
id: number;
|
|
5542
|
-
};
|
|
5543
|
-
};
|
|
5544
|
-
};
|
|
5545
|
-
CreateSnapshotRequest: {
|
|
5546
|
-
options: {
|
|
5547
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5548
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5549
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5550
|
-
};
|
|
5551
|
-
fields: {
|
|
5552
|
-
base: {
|
|
5553
|
-
type: string;
|
|
5554
|
-
id: number;
|
|
5555
|
-
};
|
|
5556
|
-
name: {
|
|
5557
|
-
type: string;
|
|
5558
|
-
id: number;
|
|
5559
|
-
};
|
|
5560
|
-
description: {
|
|
5561
|
-
type: string;
|
|
5562
|
-
id: number;
|
|
5563
|
-
};
|
|
5564
|
-
db_name: {
|
|
5565
|
-
type: string;
|
|
5566
|
-
id: number;
|
|
5567
|
-
};
|
|
5568
|
-
collection_name: {
|
|
5569
|
-
type: string;
|
|
5570
|
-
id: number;
|
|
5571
|
-
};
|
|
5572
|
-
};
|
|
5573
|
-
};
|
|
5574
|
-
DropSnapshotRequest: {
|
|
5575
|
-
options: {
|
|
5576
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5577
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5578
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5579
|
-
};
|
|
5580
|
-
fields: {
|
|
5581
|
-
base: {
|
|
5582
|
-
type: string;
|
|
5583
|
-
id: number;
|
|
5584
|
-
};
|
|
5585
|
-
name: {
|
|
5586
|
-
type: string;
|
|
5587
|
-
id: number;
|
|
5588
|
-
};
|
|
5589
|
-
};
|
|
5590
|
-
};
|
|
5591
|
-
ListSnapshotsRequest: {
|
|
5592
|
-
options: {
|
|
5593
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5594
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5595
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5596
|
-
};
|
|
5597
|
-
fields: {
|
|
5598
|
-
base: {
|
|
5599
|
-
type: string;
|
|
5600
|
-
id: number;
|
|
5601
|
-
};
|
|
5602
|
-
db_name: {
|
|
5603
|
-
type: string;
|
|
5604
|
-
id: number;
|
|
5605
|
-
};
|
|
5606
|
-
collection_name: {
|
|
5607
|
-
type: string;
|
|
5608
|
-
id: number;
|
|
5609
|
-
};
|
|
5610
|
-
};
|
|
5611
|
-
};
|
|
5612
|
-
ListSnapshotsResponse: {
|
|
5613
|
-
fields: {
|
|
5614
|
-
status: {
|
|
5615
|
-
type: string;
|
|
5616
|
-
id: number;
|
|
5617
|
-
};
|
|
5618
|
-
snapshots: {
|
|
5619
|
-
rule: string;
|
|
5620
|
-
type: string;
|
|
5621
|
-
id: number;
|
|
5622
|
-
};
|
|
5623
|
-
};
|
|
5624
|
-
};
|
|
5625
|
-
DescribeSnapshotRequest: {
|
|
5626
|
-
options: {
|
|
5627
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5628
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5629
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5630
|
-
};
|
|
5631
|
-
fields: {
|
|
5632
|
-
base: {
|
|
5633
|
-
type: string;
|
|
5634
|
-
id: number;
|
|
5635
|
-
};
|
|
5636
|
-
name: {
|
|
5637
|
-
type: string;
|
|
5638
|
-
id: number;
|
|
5639
|
-
};
|
|
5640
|
-
};
|
|
5641
|
-
};
|
|
5642
|
-
DescribeSnapshotResponse: {
|
|
5643
|
-
fields: {
|
|
5644
|
-
status: {
|
|
5645
|
-
type: string;
|
|
5646
|
-
id: number;
|
|
5647
|
-
};
|
|
5648
|
-
name: {
|
|
5649
|
-
type: string;
|
|
5650
|
-
id: number;
|
|
5651
|
-
};
|
|
5652
|
-
description: {
|
|
5653
|
-
type: string;
|
|
5654
|
-
id: number;
|
|
5655
|
-
};
|
|
5656
|
-
collection_name: {
|
|
5657
|
-
type: string;
|
|
5658
|
-
id: number;
|
|
5659
|
-
};
|
|
5660
|
-
partition_names: {
|
|
5661
|
-
rule: string;
|
|
5662
|
-
type: string;
|
|
5663
|
-
id: number;
|
|
5664
|
-
};
|
|
5665
|
-
create_ts: {
|
|
5666
|
-
type: string;
|
|
5667
|
-
id: number;
|
|
5668
|
-
};
|
|
5669
|
-
s3_location: {
|
|
5670
|
-
type: string;
|
|
5671
|
-
id: number;
|
|
5672
|
-
};
|
|
5673
|
-
};
|
|
5674
|
-
};
|
|
5675
|
-
RestoreSnapshotRequest: {
|
|
5676
|
-
options: {
|
|
5677
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5678
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5679
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5680
|
-
};
|
|
5681
|
-
fields: {
|
|
5682
|
-
base: {
|
|
5683
|
-
type: string;
|
|
5684
|
-
id: number;
|
|
5685
|
-
};
|
|
5686
|
-
name: {
|
|
5687
|
-
type: string;
|
|
5688
|
-
id: number;
|
|
5689
|
-
};
|
|
5690
|
-
db_name: {
|
|
5691
|
-
type: string;
|
|
5692
|
-
id: number;
|
|
5693
|
-
};
|
|
5694
|
-
collection_name: {
|
|
5695
|
-
type: string;
|
|
5696
|
-
id: number;
|
|
5697
|
-
};
|
|
5698
|
-
rewrite_data: {
|
|
5699
|
-
type: string;
|
|
5700
|
-
id: number;
|
|
5701
|
-
};
|
|
5702
|
-
};
|
|
5703
|
-
};
|
|
5704
|
-
RestoreSnapshotResponse: {
|
|
5705
|
-
fields: {
|
|
5706
|
-
status: {
|
|
5707
|
-
type: string;
|
|
5708
|
-
id: number;
|
|
5709
|
-
};
|
|
5710
|
-
job_id: {
|
|
5711
|
-
type: string;
|
|
5712
|
-
id: number;
|
|
5713
|
-
};
|
|
5714
|
-
};
|
|
5715
|
-
};
|
|
5716
|
-
RestoreSnapshotState: {
|
|
5717
|
-
values: {
|
|
5718
|
-
RestoreSnapshotNone: number;
|
|
5719
|
-
RestoreSnapshotPending: number;
|
|
5720
|
-
RestoreSnapshotExecuting: number;
|
|
5721
|
-
RestoreSnapshotCompleted: number;
|
|
5722
|
-
RestoreSnapshotFailed: number;
|
|
5723
|
-
};
|
|
5724
|
-
};
|
|
5725
|
-
RestoreSnapshotInfo: {
|
|
5726
|
-
fields: {
|
|
5727
|
-
job_id: {
|
|
5728
|
-
type: string;
|
|
5729
|
-
id: number;
|
|
5730
|
-
};
|
|
5731
|
-
snapshot_name: {
|
|
5732
|
-
type: string;
|
|
5733
|
-
id: number;
|
|
5734
|
-
};
|
|
5735
|
-
db_name: {
|
|
5736
|
-
type: string;
|
|
5737
|
-
id: number;
|
|
5738
|
-
};
|
|
5739
|
-
collection_name: {
|
|
5740
|
-
type: string;
|
|
5741
|
-
id: number;
|
|
5742
|
-
};
|
|
5743
|
-
state: {
|
|
5744
|
-
type: string;
|
|
5745
|
-
id: number;
|
|
5746
|
-
};
|
|
5747
|
-
progress: {
|
|
5748
|
-
type: string;
|
|
5749
|
-
id: number;
|
|
5750
|
-
};
|
|
5751
|
-
reason: {
|
|
5752
|
-
type: string;
|
|
5753
|
-
id: number;
|
|
5754
|
-
};
|
|
5755
|
-
start_time: {
|
|
5756
|
-
type: string;
|
|
5757
|
-
id: number;
|
|
5758
|
-
};
|
|
5759
|
-
time_cost: {
|
|
5760
|
-
type: string;
|
|
5761
|
-
id: number;
|
|
5762
|
-
};
|
|
5763
|
-
};
|
|
5764
|
-
};
|
|
5765
|
-
GetRestoreSnapshotStateRequest: {
|
|
5766
|
-
options: {
|
|
5767
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5768
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5769
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5770
|
-
};
|
|
5771
|
-
fields: {
|
|
5772
|
-
base: {
|
|
5773
|
-
type: string;
|
|
5774
|
-
id: number;
|
|
5775
|
-
};
|
|
5776
|
-
job_id: {
|
|
5777
|
-
type: string;
|
|
5778
|
-
id: number;
|
|
5779
|
-
};
|
|
5780
|
-
};
|
|
5781
|
-
};
|
|
5782
|
-
GetRestoreSnapshotStateResponse: {
|
|
5783
|
-
fields: {
|
|
5784
|
-
status: {
|
|
5785
|
-
type: string;
|
|
5786
|
-
id: number;
|
|
5787
|
-
};
|
|
5788
|
-
info: {
|
|
5789
|
-
type: string;
|
|
5790
|
-
id: number;
|
|
5791
|
-
};
|
|
5792
|
-
};
|
|
5793
|
-
};
|
|
5794
|
-
ListRestoreSnapshotJobsRequest: {
|
|
5795
|
-
options: {
|
|
5796
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5797
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5798
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5799
|
-
};
|
|
5800
|
-
fields: {
|
|
5801
|
-
base: {
|
|
5802
|
-
type: string;
|
|
5803
|
-
id: number;
|
|
5804
|
-
};
|
|
5805
|
-
db_name: {
|
|
5806
|
-
type: string;
|
|
5807
|
-
id: number;
|
|
5808
|
-
};
|
|
5809
|
-
collection_name: {
|
|
5810
|
-
type: string;
|
|
5811
|
-
id: number;
|
|
5812
|
-
};
|
|
5813
|
-
};
|
|
5814
|
-
};
|
|
5815
|
-
ListRestoreSnapshotJobsResponse: {
|
|
5816
|
-
fields: {
|
|
5817
|
-
status: {
|
|
5818
|
-
type: string;
|
|
5819
|
-
id: number;
|
|
5820
|
-
};
|
|
5821
|
-
jobs: {
|
|
5822
|
-
rule: string;
|
|
5823
|
-
type: string;
|
|
5824
|
-
id: number;
|
|
5825
|
-
};
|
|
5826
|
-
};
|
|
5827
|
-
};
|
|
5828
|
-
AlterCollectionSchemaRequest: {
|
|
5829
|
-
options: {
|
|
5830
|
-
"(common.privilege_ext_obj).object_type": string;
|
|
5831
|
-
"(common.privilege_ext_obj).object_privilege": string;
|
|
5832
|
-
"(common.privilege_ext_obj).object_name_index": number;
|
|
5833
|
-
};
|
|
5834
|
-
fields: {
|
|
5835
|
-
base: {
|
|
5836
|
-
type: string;
|
|
5837
|
-
id: number;
|
|
5838
|
-
};
|
|
5839
|
-
db_name: {
|
|
5840
|
-
type: string;
|
|
5841
|
-
id: number;
|
|
5842
|
-
};
|
|
5843
|
-
collection_name: {
|
|
5844
|
-
type: string;
|
|
5845
|
-
id: number;
|
|
5846
|
-
};
|
|
5847
|
-
collectionID: {
|
|
5848
|
-
type: string;
|
|
5849
|
-
id: number;
|
|
5850
|
-
};
|
|
5851
|
-
action: {
|
|
5852
|
-
type: string;
|
|
5853
|
-
id: number;
|
|
5854
|
-
};
|
|
5855
|
-
};
|
|
5856
|
-
nested: {
|
|
5857
|
-
FieldInfo: {
|
|
5858
|
-
fields: {
|
|
5859
|
-
field_schema: {
|
|
5860
|
-
type: string;
|
|
5861
|
-
id: number;
|
|
5862
|
-
};
|
|
5863
|
-
index_name: {
|
|
5864
|
-
type: string;
|
|
5865
|
-
id: number;
|
|
5866
|
-
};
|
|
5867
|
-
extra_params: {
|
|
5868
|
-
rule: string;
|
|
5869
|
-
type: string;
|
|
5870
|
-
id: number;
|
|
5871
|
-
};
|
|
5872
|
-
};
|
|
5873
|
-
};
|
|
5874
|
-
AddRequest: {
|
|
5875
|
-
fields: {
|
|
5876
|
-
field_infos: {
|
|
5877
|
-
rule: string;
|
|
5878
|
-
type: string;
|
|
5879
|
-
id: number;
|
|
5880
|
-
};
|
|
5881
|
-
func_schema: {
|
|
5882
|
-
rule: string;
|
|
5883
|
-
type: string;
|
|
5884
|
-
id: number;
|
|
5885
|
-
};
|
|
5886
|
-
do_physical_backfill: {
|
|
5887
|
-
type: string;
|
|
5888
|
-
id: number;
|
|
5889
|
-
};
|
|
5890
|
-
};
|
|
5891
|
-
};
|
|
5892
|
-
DropRequest: {
|
|
5893
|
-
oneofs: {
|
|
5894
|
-
field_identifier: {
|
|
5895
|
-
oneof: string[];
|
|
5896
|
-
};
|
|
5897
|
-
};
|
|
5898
|
-
fields: {
|
|
5899
|
-
field_name: {
|
|
5900
|
-
type: string;
|
|
5901
|
-
id: number;
|
|
5902
|
-
};
|
|
5903
|
-
field_id: {
|
|
5904
|
-
type: string;
|
|
5905
|
-
id: number;
|
|
5906
|
-
};
|
|
5907
|
-
};
|
|
5908
|
-
};
|
|
5909
|
-
Action: {
|
|
5910
|
-
oneofs: {
|
|
5911
|
-
op: {
|
|
5912
|
-
oneof: string[];
|
|
5913
|
-
};
|
|
5914
|
-
};
|
|
5915
|
-
fields: {
|
|
5916
|
-
add_request: {
|
|
5917
|
-
type: string;
|
|
5918
|
-
id: number;
|
|
5919
|
-
};
|
|
5920
|
-
drop_request: {
|
|
5921
|
-
type: string;
|
|
5922
|
-
id: number;
|
|
5923
|
-
};
|
|
5924
|
-
};
|
|
5925
|
-
};
|
|
5926
|
-
};
|
|
5927
|
-
};
|
|
5928
|
-
AlterCollectionSchemaResponse: {
|
|
5929
|
-
fields: {
|
|
5930
|
-
alter_status: {
|
|
5931
|
-
type: string;
|
|
5932
|
-
id: number;
|
|
5933
|
-
};
|
|
5934
|
-
index_status: {
|
|
5935
|
-
type: string;
|
|
5936
|
-
id: number;
|
|
5937
|
-
};
|
|
5938
|
-
};
|
|
5939
|
-
};
|
|
5940
5498
|
};
|
|
5941
5499
|
};
|
|
5942
5500
|
common: {
|
|
@@ -6148,10 +5706,6 @@ declare const _default: {
|
|
|
6148
5706
|
type: string;
|
|
6149
5707
|
id: number;
|
|
6150
5708
|
};
|
|
6151
|
-
element_level: {
|
|
6152
|
-
type: string;
|
|
6153
|
-
id: number;
|
|
6154
|
-
};
|
|
6155
5709
|
};
|
|
6156
5710
|
};
|
|
6157
5711
|
PlaceholderGroup: {
|
|
@@ -6300,14 +5854,6 @@ declare const _default: {
|
|
|
6300
5854
|
DescribeDatabase: number;
|
|
6301
5855
|
AddCollectionField: number;
|
|
6302
5856
|
AlterWAL: number;
|
|
6303
|
-
CreateSnapshot: number;
|
|
6304
|
-
DropSnapshot: number;
|
|
6305
|
-
ListSnapshots: number;
|
|
6306
|
-
DescribeSnapshot: number;
|
|
6307
|
-
RestoreSnapshot: number;
|
|
6308
|
-
GetRestoreSnapshotState: number;
|
|
6309
|
-
ListRestoreSnapshotJobs: number;
|
|
6310
|
-
AlterCollectionSchema: number;
|
|
6311
5857
|
};
|
|
6312
5858
|
};
|
|
6313
5859
|
MsgBase: {
|
|
@@ -6497,12 +6043,7 @@ declare const _default: {
|
|
|
6497
6043
|
PrivilegeRemoveFileResource: number;
|
|
6498
6044
|
PrivilegeListFileResources: number;
|
|
6499
6045
|
PrivilegeUpdateReplicateConfiguration: number;
|
|
6500
|
-
|
|
6501
|
-
PrivilegeDropSnapshot: number;
|
|
6502
|
-
PrivilegeDescribeSnapshot: number;
|
|
6503
|
-
PrivilegeListSnapshots: number;
|
|
6504
|
-
PrivilegeRestoreSnapshot: number;
|
|
6505
|
-
PrivilegeAlterCollectionSchema: number;
|
|
6046
|
+
PrivilegeGetReplicateConfiguration: number;
|
|
6506
6047
|
};
|
|
6507
6048
|
};
|
|
6508
6049
|
PrivilegeExt: {
|
|
@@ -6760,6 +6301,11 @@ declare const _default: {
|
|
|
6760
6301
|
type: string;
|
|
6761
6302
|
id: number;
|
|
6762
6303
|
};
|
|
6304
|
+
scores: {
|
|
6305
|
+
rule: string;
|
|
6306
|
+
type: string;
|
|
6307
|
+
id: number;
|
|
6308
|
+
};
|
|
6763
6309
|
};
|
|
6764
6310
|
};
|
|
6765
6311
|
HighlightResult: {
|
|
@@ -6903,7 +6449,6 @@ declare const _default: {
|
|
|
6903
6449
|
BM25: number;
|
|
6904
6450
|
TextEmbedding: number;
|
|
6905
6451
|
Rerank: number;
|
|
6906
|
-
MinHash: number;
|
|
6907
6452
|
};
|
|
6908
6453
|
};
|
|
6909
6454
|
FieldState: {
|
|
@@ -6982,10 +6527,6 @@ declare const _default: {
|
|
|
6982
6527
|
type: string;
|
|
6983
6528
|
id: number;
|
|
6984
6529
|
};
|
|
6985
|
-
external_field: {
|
|
6986
|
-
type: string;
|
|
6987
|
-
id: number;
|
|
6988
|
-
};
|
|
6989
6530
|
};
|
|
6990
6531
|
};
|
|
6991
6532
|
FunctionSchema: {
|
|
@@ -7096,23 +6637,6 @@ declare const _default: {
|
|
|
7096
6637
|
type: string;
|
|
7097
6638
|
id: number;
|
|
7098
6639
|
};
|
|
7099
|
-
external_source: {
|
|
7100
|
-
type: string;
|
|
7101
|
-
id: number;
|
|
7102
|
-
};
|
|
7103
|
-
external_spec: {
|
|
7104
|
-
type: string;
|
|
7105
|
-
id: number;
|
|
7106
|
-
};
|
|
7107
|
-
do_physical_backfill: {
|
|
7108
|
-
type: string;
|
|
7109
|
-
id: number;
|
|
7110
|
-
};
|
|
7111
|
-
file_resource_ids: {
|
|
7112
|
-
rule: string;
|
|
7113
|
-
type: string;
|
|
7114
|
-
id: number;
|
|
7115
|
-
};
|
|
7116
6640
|
enable_namespace: {
|
|
7117
6641
|
type: string;
|
|
7118
6642
|
id: number;
|
|
@@ -7579,10 +7103,6 @@ declare const _default: {
|
|
|
7579
7103
|
type: string;
|
|
7580
7104
|
id: number;
|
|
7581
7105
|
};
|
|
7582
|
-
element_indices: {
|
|
7583
|
-
type: string;
|
|
7584
|
-
id: number;
|
|
7585
|
-
};
|
|
7586
7106
|
};
|
|
7587
7107
|
};
|
|
7588
7108
|
VectorClusteringInfo: {
|
|
@@ -8261,7 +7781,7 @@ declare const _default: {
|
|
|
8261
7781
|
type: string;
|
|
8262
7782
|
id: number;
|
|
8263
7783
|
};
|
|
8264
|
-
|
|
7784
|
+
public_dependency: {
|
|
8265
7785
|
rule: string;
|
|
8266
7786
|
type: string;
|
|
8267
7787
|
id: number;
|
|
@@ -8269,7 +7789,7 @@ declare const _default: {
|
|
|
8269
7789
|
packed: boolean;
|
|
8270
7790
|
};
|
|
8271
7791
|
};
|
|
8272
|
-
|
|
7792
|
+
weak_dependency: {
|
|
8273
7793
|
rule: string;
|
|
8274
7794
|
type: string;
|
|
8275
7795
|
id: number;
|
|
@@ -8277,12 +7797,12 @@ declare const _default: {
|
|
|
8277
7797
|
packed: boolean;
|
|
8278
7798
|
};
|
|
8279
7799
|
};
|
|
8280
|
-
|
|
7800
|
+
message_type: {
|
|
8281
7801
|
rule: string;
|
|
8282
7802
|
type: string;
|
|
8283
7803
|
id: number;
|
|
8284
7804
|
};
|
|
8285
|
-
|
|
7805
|
+
enum_type: {
|
|
8286
7806
|
rule: string;
|
|
8287
7807
|
type: string;
|
|
8288
7808
|
id: number;
|
|
@@ -8301,7 +7821,7 @@ declare const _default: {
|
|
|
8301
7821
|
type: string;
|
|
8302
7822
|
id: number;
|
|
8303
7823
|
};
|
|
8304
|
-
|
|
7824
|
+
source_code_info: {
|
|
8305
7825
|
type: string;
|
|
8306
7826
|
id: number;
|
|
8307
7827
|
};
|
|
@@ -8327,22 +7847,22 @@ declare const _default: {
|
|
|
8327
7847
|
type: string;
|
|
8328
7848
|
id: number;
|
|
8329
7849
|
};
|
|
8330
|
-
|
|
7850
|
+
nested_type: {
|
|
8331
7851
|
rule: string;
|
|
8332
7852
|
type: string;
|
|
8333
7853
|
id: number;
|
|
8334
7854
|
};
|
|
8335
|
-
|
|
7855
|
+
enum_type: {
|
|
8336
7856
|
rule: string;
|
|
8337
7857
|
type: string;
|
|
8338
7858
|
id: number;
|
|
8339
7859
|
};
|
|
8340
|
-
|
|
7860
|
+
extension_range: {
|
|
8341
7861
|
rule: string;
|
|
8342
7862
|
type: string;
|
|
8343
7863
|
id: number;
|
|
8344
7864
|
};
|
|
8345
|
-
|
|
7865
|
+
oneof_decl: {
|
|
8346
7866
|
rule: string;
|
|
8347
7867
|
type: string;
|
|
8348
7868
|
id: number;
|
|
@@ -8351,12 +7871,12 @@ declare const _default: {
|
|
|
8351
7871
|
type: string;
|
|
8352
7872
|
id: number;
|
|
8353
7873
|
};
|
|
8354
|
-
|
|
7874
|
+
reserved_range: {
|
|
8355
7875
|
rule: string;
|
|
8356
7876
|
type: string;
|
|
8357
7877
|
id: number;
|
|
8358
7878
|
};
|
|
8359
|
-
|
|
7879
|
+
reserved_name: {
|
|
8360
7880
|
rule: string;
|
|
8361
7881
|
type: string;
|
|
8362
7882
|
id: number;
|
|
@@ -8407,7 +7927,7 @@ declare const _default: {
|
|
|
8407
7927
|
type: string;
|
|
8408
7928
|
id: number;
|
|
8409
7929
|
};
|
|
8410
|
-
|
|
7930
|
+
type_name: {
|
|
8411
7931
|
type: string;
|
|
8412
7932
|
id: number;
|
|
8413
7933
|
};
|
|
@@ -8415,15 +7935,15 @@ declare const _default: {
|
|
|
8415
7935
|
type: string;
|
|
8416
7936
|
id: number;
|
|
8417
7937
|
};
|
|
8418
|
-
|
|
7938
|
+
default_value: {
|
|
8419
7939
|
type: string;
|
|
8420
7940
|
id: number;
|
|
8421
7941
|
};
|
|
8422
|
-
|
|
7942
|
+
oneof_index: {
|
|
8423
7943
|
type: string;
|
|
8424
7944
|
id: number;
|
|
8425
7945
|
};
|
|
8426
|
-
|
|
7946
|
+
json_name: {
|
|
8427
7947
|
type: string;
|
|
8428
7948
|
id: number;
|
|
8429
7949
|
};
|
|
@@ -8532,11 +8052,11 @@ declare const _default: {
|
|
|
8532
8052
|
type: string;
|
|
8533
8053
|
id: number;
|
|
8534
8054
|
};
|
|
8535
|
-
|
|
8055
|
+
input_type: {
|
|
8536
8056
|
type: string;
|
|
8537
8057
|
id: number;
|
|
8538
8058
|
};
|
|
8539
|
-
|
|
8059
|
+
output_type: {
|
|
8540
8060
|
type: string;
|
|
8541
8061
|
id: number;
|
|
8542
8062
|
};
|
|
@@ -8544,11 +8064,11 @@ declare const _default: {
|
|
|
8544
8064
|
type: string;
|
|
8545
8065
|
id: number;
|
|
8546
8066
|
};
|
|
8547
|
-
|
|
8067
|
+
client_streaming: {
|
|
8548
8068
|
type: string;
|
|
8549
8069
|
id: number;
|
|
8550
8070
|
};
|
|
8551
|
-
|
|
8071
|
+
server_streaming: {
|
|
8552
8072
|
type: string;
|
|
8553
8073
|
id: number;
|
|
8554
8074
|
};
|
|
@@ -8556,49 +8076,49 @@ declare const _default: {
|
|
|
8556
8076
|
};
|
|
8557
8077
|
FileOptions: {
|
|
8558
8078
|
fields: {
|
|
8559
|
-
|
|
8079
|
+
java_package: {
|
|
8560
8080
|
type: string;
|
|
8561
8081
|
id: number;
|
|
8562
8082
|
};
|
|
8563
|
-
|
|
8083
|
+
java_outer_classname: {
|
|
8564
8084
|
type: string;
|
|
8565
8085
|
id: number;
|
|
8566
8086
|
};
|
|
8567
|
-
|
|
8087
|
+
java_multiple_files: {
|
|
8568
8088
|
type: string;
|
|
8569
8089
|
id: number;
|
|
8570
8090
|
};
|
|
8571
|
-
|
|
8091
|
+
java_generate_equals_and_hash: {
|
|
8572
8092
|
type: string;
|
|
8573
8093
|
id: number;
|
|
8574
8094
|
options: {
|
|
8575
8095
|
deprecated: boolean;
|
|
8576
8096
|
};
|
|
8577
8097
|
};
|
|
8578
|
-
|
|
8098
|
+
java_string_check_utf8: {
|
|
8579
8099
|
type: string;
|
|
8580
8100
|
id: number;
|
|
8581
8101
|
};
|
|
8582
|
-
|
|
8102
|
+
optimize_for: {
|
|
8583
8103
|
type: string;
|
|
8584
8104
|
id: number;
|
|
8585
8105
|
options: {
|
|
8586
8106
|
default: string;
|
|
8587
8107
|
};
|
|
8588
8108
|
};
|
|
8589
|
-
|
|
8109
|
+
go_package: {
|
|
8590
8110
|
type: string;
|
|
8591
8111
|
id: number;
|
|
8592
8112
|
};
|
|
8593
|
-
|
|
8113
|
+
cc_generic_services: {
|
|
8594
8114
|
type: string;
|
|
8595
8115
|
id: number;
|
|
8596
8116
|
};
|
|
8597
|
-
|
|
8117
|
+
java_generic_services: {
|
|
8598
8118
|
type: string;
|
|
8599
8119
|
id: number;
|
|
8600
8120
|
};
|
|
8601
|
-
|
|
8121
|
+
py_generic_services: {
|
|
8602
8122
|
type: string;
|
|
8603
8123
|
id: number;
|
|
8604
8124
|
};
|
|
@@ -8606,19 +8126,19 @@ declare const _default: {
|
|
|
8606
8126
|
type: string;
|
|
8607
8127
|
id: number;
|
|
8608
8128
|
};
|
|
8609
|
-
|
|
8129
|
+
cc_enable_arenas: {
|
|
8610
8130
|
type: string;
|
|
8611
8131
|
id: number;
|
|
8612
8132
|
};
|
|
8613
|
-
|
|
8133
|
+
objc_class_prefix: {
|
|
8614
8134
|
type: string;
|
|
8615
8135
|
id: number;
|
|
8616
8136
|
};
|
|
8617
|
-
|
|
8137
|
+
csharp_namespace: {
|
|
8618
8138
|
type: string;
|
|
8619
8139
|
id: number;
|
|
8620
8140
|
};
|
|
8621
|
-
|
|
8141
|
+
uninterpreted_option: {
|
|
8622
8142
|
rule: string;
|
|
8623
8143
|
type: string;
|
|
8624
8144
|
id: number;
|
|
@@ -8638,11 +8158,11 @@ declare const _default: {
|
|
|
8638
8158
|
};
|
|
8639
8159
|
MessageOptions: {
|
|
8640
8160
|
fields: {
|
|
8641
|
-
|
|
8161
|
+
message_set_wire_format: {
|
|
8642
8162
|
type: string;
|
|
8643
8163
|
id: number;
|
|
8644
8164
|
};
|
|
8645
|
-
|
|
8165
|
+
no_standard_descriptor_accessor: {
|
|
8646
8166
|
type: string;
|
|
8647
8167
|
id: number;
|
|
8648
8168
|
};
|
|
@@ -8650,11 +8170,11 @@ declare const _default: {
|
|
|
8650
8170
|
type: string;
|
|
8651
8171
|
id: number;
|
|
8652
8172
|
};
|
|
8653
|
-
|
|
8173
|
+
map_entry: {
|
|
8654
8174
|
type: string;
|
|
8655
8175
|
id: number;
|
|
8656
8176
|
};
|
|
8657
|
-
|
|
8177
|
+
uninterpreted_option: {
|
|
8658
8178
|
rule: string;
|
|
8659
8179
|
type: string;
|
|
8660
8180
|
id: number;
|
|
@@ -8695,7 +8215,7 @@ declare const _default: {
|
|
|
8695
8215
|
type: string;
|
|
8696
8216
|
id: number;
|
|
8697
8217
|
};
|
|
8698
|
-
|
|
8218
|
+
uninterpreted_option: {
|
|
8699
8219
|
rule: string;
|
|
8700
8220
|
type: string;
|
|
8701
8221
|
id: number;
|
|
@@ -8722,7 +8242,7 @@ declare const _default: {
|
|
|
8722
8242
|
};
|
|
8723
8243
|
OneofOptions: {
|
|
8724
8244
|
fields: {
|
|
8725
|
-
|
|
8245
|
+
uninterpreted_option: {
|
|
8726
8246
|
rule: string;
|
|
8727
8247
|
type: string;
|
|
8728
8248
|
id: number;
|
|
@@ -8732,7 +8252,7 @@ declare const _default: {
|
|
|
8732
8252
|
};
|
|
8733
8253
|
EnumOptions: {
|
|
8734
8254
|
fields: {
|
|
8735
|
-
|
|
8255
|
+
allow_alias: {
|
|
8736
8256
|
type: string;
|
|
8737
8257
|
id: number;
|
|
8738
8258
|
};
|
|
@@ -8740,7 +8260,7 @@ declare const _default: {
|
|
|
8740
8260
|
type: string;
|
|
8741
8261
|
id: number;
|
|
8742
8262
|
};
|
|
8743
|
-
|
|
8263
|
+
uninterpreted_option: {
|
|
8744
8264
|
rule: string;
|
|
8745
8265
|
type: string;
|
|
8746
8266
|
id: number;
|
|
@@ -8754,7 +8274,7 @@ declare const _default: {
|
|
|
8754
8274
|
type: string;
|
|
8755
8275
|
id: number;
|
|
8756
8276
|
};
|
|
8757
|
-
|
|
8277
|
+
uninterpreted_option: {
|
|
8758
8278
|
rule: string;
|
|
8759
8279
|
type: string;
|
|
8760
8280
|
id: number;
|
|
@@ -8768,7 +8288,7 @@ declare const _default: {
|
|
|
8768
8288
|
type: string;
|
|
8769
8289
|
id: number;
|
|
8770
8290
|
};
|
|
8771
|
-
|
|
8291
|
+
uninterpreted_option: {
|
|
8772
8292
|
rule: string;
|
|
8773
8293
|
type: string;
|
|
8774
8294
|
id: number;
|
|
@@ -8782,7 +8302,7 @@ declare const _default: {
|
|
|
8782
8302
|
type: string;
|
|
8783
8303
|
id: number;
|
|
8784
8304
|
};
|
|
8785
|
-
|
|
8305
|
+
uninterpreted_option: {
|
|
8786
8306
|
rule: string;
|
|
8787
8307
|
type: string;
|
|
8788
8308
|
id: number;
|
|
@@ -8797,27 +8317,27 @@ declare const _default: {
|
|
|
8797
8317
|
type: string;
|
|
8798
8318
|
id: number;
|
|
8799
8319
|
};
|
|
8800
|
-
|
|
8320
|
+
identifier_value: {
|
|
8801
8321
|
type: string;
|
|
8802
8322
|
id: number;
|
|
8803
8323
|
};
|
|
8804
|
-
|
|
8324
|
+
positive_int_value: {
|
|
8805
8325
|
type: string;
|
|
8806
8326
|
id: number;
|
|
8807
8327
|
};
|
|
8808
|
-
|
|
8328
|
+
negative_int_value: {
|
|
8809
8329
|
type: string;
|
|
8810
8330
|
id: number;
|
|
8811
8331
|
};
|
|
8812
|
-
|
|
8332
|
+
double_value: {
|
|
8813
8333
|
type: string;
|
|
8814
8334
|
id: number;
|
|
8815
8335
|
};
|
|
8816
|
-
|
|
8336
|
+
string_value: {
|
|
8817
8337
|
type: string;
|
|
8818
8338
|
id: number;
|
|
8819
8339
|
};
|
|
8820
|
-
|
|
8340
|
+
aggregate_value: {
|
|
8821
8341
|
type: string;
|
|
8822
8342
|
id: number;
|
|
8823
8343
|
};
|
|
@@ -8825,12 +8345,12 @@ declare const _default: {
|
|
|
8825
8345
|
nested: {
|
|
8826
8346
|
NamePart: {
|
|
8827
8347
|
fields: {
|
|
8828
|
-
|
|
8348
|
+
name_part: {
|
|
8829
8349
|
rule: string;
|
|
8830
8350
|
type: string;
|
|
8831
8351
|
id: number;
|
|
8832
8352
|
};
|
|
8833
|
-
|
|
8353
|
+
is_extension: {
|
|
8834
8354
|
rule: string;
|
|
8835
8355
|
type: string;
|
|
8836
8356
|
id: number;
|
|
@@ -8860,15 +8380,15 @@ declare const _default: {
|
|
|
8860
8380
|
type: string;
|
|
8861
8381
|
id: number;
|
|
8862
8382
|
};
|
|
8863
|
-
|
|
8383
|
+
leading_comments: {
|
|
8864
8384
|
type: string;
|
|
8865
8385
|
id: number;
|
|
8866
8386
|
};
|
|
8867
|
-
|
|
8387
|
+
trailing_comments: {
|
|
8868
8388
|
type: string;
|
|
8869
8389
|
id: number;
|
|
8870
8390
|
};
|
|
8871
|
-
|
|
8391
|
+
leading_detached_comments: {
|
|
8872
8392
|
rule: string;
|
|
8873
8393
|
type: string;
|
|
8874
8394
|
id: number;
|
|
@@ -8893,7 +8413,7 @@ declare const _default: {
|
|
|
8893
8413
|
type: string;
|
|
8894
8414
|
id: number;
|
|
8895
8415
|
};
|
|
8896
|
-
|
|
8416
|
+
source_file: {
|
|
8897
8417
|
type: string;
|
|
8898
8418
|
id: number;
|
|
8899
8419
|
};
|