@zilliz/milvus2-sdk-node 2.5.11 → 2.6.0-rc1
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/dist/milvus/MilvusClient.js +2 -2
- package/dist/milvus/MilvusClient.js.map +1 -1
- package/dist/milvus/const/milvus.d.ts +4 -2
- package/dist/milvus/const/milvus.js +4 -0
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Collection.d.ts +63 -1
- package/dist/milvus/grpc/Collection.js +89 -0
- package/dist/milvus/grpc/Collection.js.map +1 -1
- package/dist/milvus/grpc/Data.js +6 -0
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/index.d.ts +0 -1
- package/dist/milvus/index.js +0 -1
- package/dist/milvus/index.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +129 -0
- package/dist/milvus/proto-json/milvus.base.js +143 -11
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +129 -0
- package/dist/milvus/proto-json/milvus.js +143 -11
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +88 -0
- package/dist/milvus/proto-json/schema.base.js +97 -6
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Collection.d.ts +10 -0
- package/dist/milvus/types/Data.d.ts +3 -1
- package/dist/milvus/utils/Bytes.d.ts +13 -1
- package/dist/milvus/utils/Bytes.js +34 -1
- package/dist/milvus/utils/Bytes.js.map +1 -1
- package/dist/milvus/utils/Format.d.ts +15 -0
- package/dist/milvus/utils/Format.js +49 -24
- package/dist/milvus/utils/Format.js.map +1 -1
- package/dist/milvus/utils/Function.js +3 -0
- package/dist/milvus/utils/Function.js.map +1 -1
- package/dist/milvus/utils/Validate.js +2 -1
- package/dist/milvus/utils/Validate.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +4 -6
- package/dist/milvus/MilvusLiteClient.d.ts +0 -5
- package/dist/milvus/MilvusLiteClient.js +0 -40
- package/dist/milvus/MilvusLiteClient.js.map +0 -1
- package/dist/milvus/lite/MilvusLiteServer.d.ts +0 -11
- package/dist/milvus/lite/MilvusLiteServer.js +0 -201
- package/dist/milvus/lite/MilvusLiteServer.js.map +0 -1
- package/dist/milvus/lite/start.py +0 -66
|
@@ -188,6 +188,10 @@ declare const _default: {
|
|
|
188
188
|
requestType: string;
|
|
189
189
|
responseType: string;
|
|
190
190
|
};
|
|
191
|
+
AddCollectionField: {
|
|
192
|
+
requestType: string;
|
|
193
|
+
responseType: string;
|
|
194
|
+
};
|
|
191
195
|
GetFlushState: {
|
|
192
196
|
requestType: string;
|
|
193
197
|
responseType: string;
|
|
@@ -1734,6 +1738,35 @@ declare const _default: {
|
|
|
1734
1738
|
};
|
|
1735
1739
|
};
|
|
1736
1740
|
};
|
|
1741
|
+
AddCollectionFieldRequest: {
|
|
1742
|
+
options: {
|
|
1743
|
+
"(common.privilege_ext_obj).object_type": string;
|
|
1744
|
+
"(common.privilege_ext_obj).object_privilege": string;
|
|
1745
|
+
"(common.privilege_ext_obj).object_name_index": number;
|
|
1746
|
+
};
|
|
1747
|
+
fields: {
|
|
1748
|
+
base: {
|
|
1749
|
+
type: string;
|
|
1750
|
+
id: number;
|
|
1751
|
+
};
|
|
1752
|
+
dbName: {
|
|
1753
|
+
type: string;
|
|
1754
|
+
id: number;
|
|
1755
|
+
};
|
|
1756
|
+
collectionName: {
|
|
1757
|
+
type: string;
|
|
1758
|
+
id: number;
|
|
1759
|
+
};
|
|
1760
|
+
collectionID: {
|
|
1761
|
+
type: string;
|
|
1762
|
+
id: number;
|
|
1763
|
+
};
|
|
1764
|
+
schema: {
|
|
1765
|
+
type: string;
|
|
1766
|
+
id: number;
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
};
|
|
1737
1770
|
UpsertRequest: {
|
|
1738
1771
|
options: {
|
|
1739
1772
|
"(common.privilege_ext_obj).object_type": string;
|
|
@@ -1976,6 +2009,10 @@ declare const _default: {
|
|
|
1976
2009
|
type: string;
|
|
1977
2010
|
id: number;
|
|
1978
2011
|
};
|
|
2012
|
+
functionScore: {
|
|
2013
|
+
type: string;
|
|
2014
|
+
id: number;
|
|
2015
|
+
};
|
|
1979
2016
|
};
|
|
1980
2017
|
};
|
|
1981
2018
|
Hits: {
|
|
@@ -2076,6 +2113,10 @@ declare const _default: {
|
|
|
2076
2113
|
type: string;
|
|
2077
2114
|
id: number;
|
|
2078
2115
|
};
|
|
2116
|
+
functionScore: {
|
|
2117
|
+
type: string;
|
|
2118
|
+
id: number;
|
|
2119
|
+
};
|
|
2079
2120
|
};
|
|
2080
2121
|
};
|
|
2081
2122
|
FlushRequest: {
|
|
@@ -4703,6 +4744,7 @@ declare const _default: {
|
|
|
4703
4744
|
Float16Vector: number;
|
|
4704
4745
|
BFloat16Vector: number;
|
|
4705
4746
|
SparseFloatVector: number;
|
|
4747
|
+
Int8Vector: number;
|
|
4706
4748
|
Int64: number;
|
|
4707
4749
|
VarChar: number;
|
|
4708
4750
|
};
|
|
@@ -4863,6 +4905,7 @@ declare const _default: {
|
|
|
4863
4905
|
ListDatabases: number;
|
|
4864
4906
|
AlterDatabase: number;
|
|
4865
4907
|
DescribeDatabase: number;
|
|
4908
|
+
AddCollectionField: number;
|
|
4866
4909
|
};
|
|
4867
4910
|
};
|
|
4868
4911
|
MsgBase: {
|
|
@@ -5045,6 +5088,9 @@ declare const _default: {
|
|
|
5045
5088
|
PrivilegeGroupCollectionReadOnly: number;
|
|
5046
5089
|
PrivilegeGroupCollectionReadWrite: number;
|
|
5047
5090
|
PrivilegeGroupCollectionAdmin: number;
|
|
5091
|
+
PrivilegeGetImportProgress: number;
|
|
5092
|
+
PrivilegeListImport: number;
|
|
5093
|
+
PrivilegeAddCollectionField: number;
|
|
5048
5094
|
};
|
|
5049
5095
|
};
|
|
5050
5096
|
PrivilegeExt: {
|
|
@@ -5271,11 +5317,15 @@ declare const _default: {
|
|
|
5271
5317
|
Array: number;
|
|
5272
5318
|
JSON: number;
|
|
5273
5319
|
Geometry: number;
|
|
5320
|
+
Text: number;
|
|
5274
5321
|
BinaryVector: number;
|
|
5275
5322
|
FloatVector: number;
|
|
5276
5323
|
Float16Vector: number;
|
|
5277
5324
|
BFloat16Vector: number;
|
|
5278
5325
|
SparseFloatVector: number;
|
|
5326
|
+
Int8Vector: number;
|
|
5327
|
+
ArrayOfVector: number;
|
|
5328
|
+
ArrayOfStruct: number;
|
|
5279
5329
|
};
|
|
5280
5330
|
};
|
|
5281
5331
|
FunctionType: {
|
|
@@ -5283,6 +5333,7 @@ declare const _default: {
|
|
|
5283
5333
|
Unknown: number;
|
|
5284
5334
|
BM25: number;
|
|
5285
5335
|
TextEmbedding: number;
|
|
5336
|
+
Rerank: number;
|
|
5286
5337
|
};
|
|
5287
5338
|
};
|
|
5288
5339
|
FieldState: {
|
|
@@ -5408,6 +5459,20 @@ declare const _default: {
|
|
|
5408
5459
|
};
|
|
5409
5460
|
};
|
|
5410
5461
|
};
|
|
5462
|
+
FunctionScore: {
|
|
5463
|
+
fields: {
|
|
5464
|
+
functions: {
|
|
5465
|
+
rule: string;
|
|
5466
|
+
type: string;
|
|
5467
|
+
id: number;
|
|
5468
|
+
};
|
|
5469
|
+
params: {
|
|
5470
|
+
rule: string;
|
|
5471
|
+
type: string;
|
|
5472
|
+
id: number;
|
|
5473
|
+
};
|
|
5474
|
+
};
|
|
5475
|
+
};
|
|
5411
5476
|
CollectionSchema: {
|
|
5412
5477
|
fields: {
|
|
5413
5478
|
name: {
|
|
@@ -5448,6 +5513,32 @@ declare const _default: {
|
|
|
5448
5513
|
type: string;
|
|
5449
5514
|
id: number;
|
|
5450
5515
|
};
|
|
5516
|
+
structArrayFields: {
|
|
5517
|
+
rule: string;
|
|
5518
|
+
type: string;
|
|
5519
|
+
id: number;
|
|
5520
|
+
};
|
|
5521
|
+
};
|
|
5522
|
+
};
|
|
5523
|
+
StructArrayFieldSchema: {
|
|
5524
|
+
fields: {
|
|
5525
|
+
fieldID: {
|
|
5526
|
+
type: string;
|
|
5527
|
+
id: number;
|
|
5528
|
+
};
|
|
5529
|
+
name: {
|
|
5530
|
+
type: string;
|
|
5531
|
+
id: number;
|
|
5532
|
+
};
|
|
5533
|
+
description: {
|
|
5534
|
+
type: string;
|
|
5535
|
+
id: number;
|
|
5536
|
+
};
|
|
5537
|
+
fields: {
|
|
5538
|
+
rule: string;
|
|
5539
|
+
type: string;
|
|
5540
|
+
id: number;
|
|
5541
|
+
};
|
|
5451
5542
|
};
|
|
5452
5543
|
};
|
|
5453
5544
|
BoolArray: {
|
|
@@ -5674,6 +5765,40 @@ declare const _default: {
|
|
|
5674
5765
|
type: string;
|
|
5675
5766
|
id: number;
|
|
5676
5767
|
};
|
|
5768
|
+
int8Vector: {
|
|
5769
|
+
type: string;
|
|
5770
|
+
id: number;
|
|
5771
|
+
};
|
|
5772
|
+
vectorArray: {
|
|
5773
|
+
type: string;
|
|
5774
|
+
id: number;
|
|
5775
|
+
};
|
|
5776
|
+
};
|
|
5777
|
+
};
|
|
5778
|
+
VectorArray: {
|
|
5779
|
+
fields: {
|
|
5780
|
+
dim: {
|
|
5781
|
+
type: string;
|
|
5782
|
+
id: number;
|
|
5783
|
+
};
|
|
5784
|
+
data: {
|
|
5785
|
+
rule: string;
|
|
5786
|
+
type: string;
|
|
5787
|
+
id: number;
|
|
5788
|
+
};
|
|
5789
|
+
elementType: {
|
|
5790
|
+
type: string;
|
|
5791
|
+
id: number;
|
|
5792
|
+
};
|
|
5793
|
+
};
|
|
5794
|
+
};
|
|
5795
|
+
StructArrayField: {
|
|
5796
|
+
fields: {
|
|
5797
|
+
fields: {
|
|
5798
|
+
rule: string;
|
|
5799
|
+
type: string;
|
|
5800
|
+
id: number;
|
|
5801
|
+
};
|
|
5677
5802
|
};
|
|
5678
5803
|
};
|
|
5679
5804
|
FieldData: {
|
|
@@ -5699,6 +5824,10 @@ declare const _default: {
|
|
|
5699
5824
|
type: string;
|
|
5700
5825
|
id: number;
|
|
5701
5826
|
};
|
|
5827
|
+
structArrays: {
|
|
5828
|
+
type: string;
|
|
5829
|
+
id: number;
|
|
5830
|
+
};
|
|
5702
5831
|
fieldId: {
|
|
5703
5832
|
type: string;
|
|
5704
5833
|
id: number;
|
|
@@ -194,6 +194,10 @@ exports.default = {
|
|
|
194
194
|
"requestType": "FlushAllRequest",
|
|
195
195
|
"responseType": "FlushAllResponse"
|
|
196
196
|
},
|
|
197
|
+
"AddCollectionField": {
|
|
198
|
+
"requestType": "AddCollectionFieldRequest",
|
|
199
|
+
"responseType": "common.Status"
|
|
200
|
+
},
|
|
197
201
|
"GetFlushState": {
|
|
198
202
|
"requestType": "GetFlushStateRequest",
|
|
199
203
|
"responseType": "GetFlushStateResponse"
|
|
@@ -1740,6 +1744,35 @@ exports.default = {
|
|
|
1740
1744
|
}
|
|
1741
1745
|
}
|
|
1742
1746
|
},
|
|
1747
|
+
"AddCollectionFieldRequest": {
|
|
1748
|
+
"options": {
|
|
1749
|
+
"(common.privilege_ext_obj).object_type": "Collection",
|
|
1750
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeAddCollectionField",
|
|
1751
|
+
"(common.privilege_ext_obj).object_name_index": 3
|
|
1752
|
+
},
|
|
1753
|
+
"fields": {
|
|
1754
|
+
"base": {
|
|
1755
|
+
"type": "common.MsgBase",
|
|
1756
|
+
"id": 1
|
|
1757
|
+
},
|
|
1758
|
+
"dbName": {
|
|
1759
|
+
"type": "string",
|
|
1760
|
+
"id": 2
|
|
1761
|
+
},
|
|
1762
|
+
"collectionName": {
|
|
1763
|
+
"type": "string",
|
|
1764
|
+
"id": 3
|
|
1765
|
+
},
|
|
1766
|
+
"collectionID": {
|
|
1767
|
+
"type": "int64",
|
|
1768
|
+
"id": 4
|
|
1769
|
+
},
|
|
1770
|
+
"schema": {
|
|
1771
|
+
"type": "bytes",
|
|
1772
|
+
"id": 5
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1743
1776
|
"UpsertRequest": {
|
|
1744
1777
|
"options": {
|
|
1745
1778
|
"(common.privilege_ext_obj).object_type": "Collection",
|
|
@@ -1981,6 +2014,10 @@ exports.default = {
|
|
|
1981
2014
|
"keyType": "string",
|
|
1982
2015
|
"type": "schema.TemplateValue",
|
|
1983
2016
|
"id": 18
|
|
2017
|
+
},
|
|
2018
|
+
"functionScore": {
|
|
2019
|
+
"type": "schema.FunctionScore",
|
|
2020
|
+
"id": 19
|
|
1984
2021
|
}
|
|
1985
2022
|
}
|
|
1986
2023
|
},
|
|
@@ -2081,6 +2118,10 @@ exports.default = {
|
|
|
2081
2118
|
"useDefaultConsistency": {
|
|
2082
2119
|
"type": "bool",
|
|
2083
2120
|
"id": 12
|
|
2121
|
+
},
|
|
2122
|
+
"functionScore": {
|
|
2123
|
+
"type": "schema.FunctionScore",
|
|
2124
|
+
"id": 13
|
|
2084
2125
|
}
|
|
2085
2126
|
}
|
|
2086
2127
|
},
|
|
@@ -4413,8 +4454,8 @@ exports.default = {
|
|
|
4413
4454
|
},
|
|
4414
4455
|
"GetImportProgressAuthPlaceholder": {
|
|
4415
4456
|
"options": {
|
|
4416
|
-
"(common.privilege_ext_obj).object_type": "
|
|
4417
|
-
"(common.privilege_ext_obj).object_privilege": "
|
|
4457
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
4458
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeGetImportProgress",
|
|
4418
4459
|
"(common.privilege_ext_obj).object_name_index": -1
|
|
4419
4460
|
},
|
|
4420
4461
|
"fields": {
|
|
@@ -4426,9 +4467,9 @@ exports.default = {
|
|
|
4426
4467
|
},
|
|
4427
4468
|
"ListImportsAuthPlaceholder": {
|
|
4428
4469
|
"options": {
|
|
4429
|
-
"(common.privilege_ext_obj).object_type": "
|
|
4430
|
-
"(common.privilege_ext_obj).object_privilege": "
|
|
4431
|
-
"(common.privilege_ext_obj).object_name_index": 1
|
|
4470
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
4471
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeListImport",
|
|
4472
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
4432
4473
|
},
|
|
4433
4474
|
"fields": {
|
|
4434
4475
|
"dbName": {
|
|
@@ -4718,6 +4759,7 @@ exports.default = {
|
|
|
4718
4759
|
"Float16Vector": 102,
|
|
4719
4760
|
"BFloat16Vector": 103,
|
|
4720
4761
|
"SparseFloatVector": 104,
|
|
4762
|
+
"Int8Vector": 105,
|
|
4721
4763
|
"Int64": 5,
|
|
4722
4764
|
"VarChar": 21
|
|
4723
4765
|
}
|
|
@@ -4877,7 +4919,8 @@ exports.default = {
|
|
|
4877
4919
|
"DropDatabase": 1802,
|
|
4878
4920
|
"ListDatabases": 1803,
|
|
4879
4921
|
"AlterDatabase": 1804,
|
|
4880
|
-
"DescribeDatabase": 1805
|
|
4922
|
+
"DescribeDatabase": 1805,
|
|
4923
|
+
"AddCollectionField": 1900
|
|
4881
4924
|
}
|
|
4882
4925
|
},
|
|
4883
4926
|
"MsgBase": {
|
|
@@ -5059,7 +5102,10 @@ exports.default = {
|
|
|
5059
5102
|
"PrivilegeGroupDatabaseAdmin": 65,
|
|
5060
5103
|
"PrivilegeGroupCollectionReadOnly": 66,
|
|
5061
5104
|
"PrivilegeGroupCollectionReadWrite": 67,
|
|
5062
|
-
"PrivilegeGroupCollectionAdmin": 68
|
|
5105
|
+
"PrivilegeGroupCollectionAdmin": 68,
|
|
5106
|
+
"PrivilegeGetImportProgress": 69,
|
|
5107
|
+
"PrivilegeListImport": 70,
|
|
5108
|
+
"PrivilegeAddCollectionField": 71
|
|
5063
5109
|
}
|
|
5064
5110
|
},
|
|
5065
5111
|
"PrivilegeExt": {
|
|
@@ -5286,18 +5332,23 @@ exports.default = {
|
|
|
5286
5332
|
"Array": 22,
|
|
5287
5333
|
"JSON": 23,
|
|
5288
5334
|
"Geometry": 24,
|
|
5335
|
+
"Text": 25,
|
|
5289
5336
|
"BinaryVector": 100,
|
|
5290
5337
|
"FloatVector": 101,
|
|
5291
5338
|
"Float16Vector": 102,
|
|
5292
5339
|
"BFloat16Vector": 103,
|
|
5293
|
-
"SparseFloatVector": 104
|
|
5340
|
+
"SparseFloatVector": 104,
|
|
5341
|
+
"Int8Vector": 105,
|
|
5342
|
+
"ArrayOfVector": 106,
|
|
5343
|
+
"ArrayOfStruct": 200
|
|
5294
5344
|
}
|
|
5295
5345
|
},
|
|
5296
5346
|
"FunctionType": {
|
|
5297
5347
|
"values": {
|
|
5298
5348
|
"Unknown": 0,
|
|
5299
5349
|
"BM25": 1,
|
|
5300
|
-
"TextEmbedding": 2
|
|
5350
|
+
"TextEmbedding": 2,
|
|
5351
|
+
"Rerank": 3
|
|
5301
5352
|
}
|
|
5302
5353
|
},
|
|
5303
5354
|
"FieldState": {
|
|
@@ -5423,6 +5474,20 @@ exports.default = {
|
|
|
5423
5474
|
}
|
|
5424
5475
|
}
|
|
5425
5476
|
},
|
|
5477
|
+
"FunctionScore": {
|
|
5478
|
+
"fields": {
|
|
5479
|
+
"functions": {
|
|
5480
|
+
"rule": "repeated",
|
|
5481
|
+
"type": "FunctionSchema",
|
|
5482
|
+
"id": 1
|
|
5483
|
+
},
|
|
5484
|
+
"params": {
|
|
5485
|
+
"rule": "repeated",
|
|
5486
|
+
"type": "common.KeyValuePair",
|
|
5487
|
+
"id": 2
|
|
5488
|
+
}
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
5426
5491
|
"CollectionSchema": {
|
|
5427
5492
|
"fields": {
|
|
5428
5493
|
"name": {
|
|
@@ -5462,6 +5527,32 @@ exports.default = {
|
|
|
5462
5527
|
"dbName": {
|
|
5463
5528
|
"type": "string",
|
|
5464
5529
|
"id": 8
|
|
5530
|
+
},
|
|
5531
|
+
"structArrayFields": {
|
|
5532
|
+
"rule": "repeated",
|
|
5533
|
+
"type": "StructArrayFieldSchema",
|
|
5534
|
+
"id": 9
|
|
5535
|
+
}
|
|
5536
|
+
}
|
|
5537
|
+
},
|
|
5538
|
+
"StructArrayFieldSchema": {
|
|
5539
|
+
"fields": {
|
|
5540
|
+
"fieldID": {
|
|
5541
|
+
"type": "int64",
|
|
5542
|
+
"id": 1
|
|
5543
|
+
},
|
|
5544
|
+
"name": {
|
|
5545
|
+
"type": "string",
|
|
5546
|
+
"id": 2
|
|
5547
|
+
},
|
|
5548
|
+
"description": {
|
|
5549
|
+
"type": "string",
|
|
5550
|
+
"id": 3
|
|
5551
|
+
},
|
|
5552
|
+
"fields": {
|
|
5553
|
+
"rule": "repeated",
|
|
5554
|
+
"type": "FieldSchema",
|
|
5555
|
+
"id": 4
|
|
5465
5556
|
}
|
|
5466
5557
|
}
|
|
5467
5558
|
},
|
|
@@ -5685,7 +5776,9 @@ exports.default = {
|
|
|
5685
5776
|
"binaryVector",
|
|
5686
5777
|
"float16Vector",
|
|
5687
5778
|
"bfloat16Vector",
|
|
5688
|
-
"sparseFloatVector"
|
|
5779
|
+
"sparseFloatVector",
|
|
5780
|
+
"int8Vector",
|
|
5781
|
+
"vectorArray"
|
|
5689
5782
|
]
|
|
5690
5783
|
}
|
|
5691
5784
|
},
|
|
@@ -5713,6 +5806,40 @@ exports.default = {
|
|
|
5713
5806
|
"sparseFloatVector": {
|
|
5714
5807
|
"type": "SparseFloatArray",
|
|
5715
5808
|
"id": 6
|
|
5809
|
+
},
|
|
5810
|
+
"int8Vector": {
|
|
5811
|
+
"type": "bytes",
|
|
5812
|
+
"id": 7
|
|
5813
|
+
},
|
|
5814
|
+
"vectorArray": {
|
|
5815
|
+
"type": "VectorArray",
|
|
5816
|
+
"id": 8
|
|
5817
|
+
}
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
5820
|
+
"VectorArray": {
|
|
5821
|
+
"fields": {
|
|
5822
|
+
"dim": {
|
|
5823
|
+
"type": "int64",
|
|
5824
|
+
"id": 1
|
|
5825
|
+
},
|
|
5826
|
+
"data": {
|
|
5827
|
+
"rule": "repeated",
|
|
5828
|
+
"type": "VectorField",
|
|
5829
|
+
"id": 2
|
|
5830
|
+
},
|
|
5831
|
+
"elementType": {
|
|
5832
|
+
"type": "DataType",
|
|
5833
|
+
"id": 3
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5837
|
+
"StructArrayField": {
|
|
5838
|
+
"fields": {
|
|
5839
|
+
"fields": {
|
|
5840
|
+
"rule": "repeated",
|
|
5841
|
+
"type": "FieldData",
|
|
5842
|
+
"id": 1
|
|
5716
5843
|
}
|
|
5717
5844
|
}
|
|
5718
5845
|
},
|
|
@@ -5721,7 +5848,8 @@ exports.default = {
|
|
|
5721
5848
|
"field": {
|
|
5722
5849
|
"oneof": [
|
|
5723
5850
|
"scalars",
|
|
5724
|
-
"vectors"
|
|
5851
|
+
"vectors",
|
|
5852
|
+
"structArrays"
|
|
5725
5853
|
]
|
|
5726
5854
|
}
|
|
5727
5855
|
},
|
|
@@ -5742,6 +5870,10 @@ exports.default = {
|
|
|
5742
5870
|
"type": "VectorField",
|
|
5743
5871
|
"id": 4
|
|
5744
5872
|
},
|
|
5873
|
+
"structArrays": {
|
|
5874
|
+
"type": "StructArrayField",
|
|
5875
|
+
"id": 8
|
|
5876
|
+
},
|
|
5745
5877
|
"fieldId": {
|
|
5746
5878
|
"type": "int64",
|
|
5747
5879
|
"id": 5
|