Skip to content

Commit 77d2dee

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs to preview
1 parent 2864099 commit 77d2dee

14 files changed

Lines changed: 2592 additions & 1312 deletions

v3.0.x/site/en/menuStructure/en.json

Lines changed: 80 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,41 @@
462462
"children": []
463463
},
464464
{
465-
"label": "Array of Structs",
466-
"id": "array-of-structs.md",
465+
"label": "StructArray",
466+
"id": "structarray",
467467
"order": 10,
468-
"children": []
468+
"children": [
469+
{
470+
"label": "StructArray Overview",
471+
"id": "array-of-structs.md",
472+
"order": 0,
473+
"children": []
474+
},
475+
{
476+
"label": "Create a StructArray Field",
477+
"id": "create-structarray-field.md",
478+
"order": 1,
479+
"children": []
480+
},
481+
{
482+
"label": "Insert Data into StructArray Fields",
483+
"id": "insert-data-into-structarray-fields.md",
484+
"order": 2,
485+
"children": []
486+
},
487+
{
488+
"label": "Index StructArray Fields",
489+
"id": "index-structarray-fields.md",
490+
"order": 3,
491+
"children": []
492+
},
493+
{
494+
"label": "StructArray Limits",
495+
"id": "structarray-limits.md",
496+
"order": 4,
497+
"children": []
498+
}
499+
]
469500
},
470501
{
471502
"label": "Geometry Field",
@@ -1083,10 +1114,53 @@
10831114
"children": []
10841115
},
10851116
{
1086-
"label": "Search with Embedding Lists",
1087-
"id": "search-with-embedding-lists.md",
1117+
"label": "Search with StructArray",
1118+
"id": "search-with-structarray",
10881119
"order": 12,
1089-
"children": []
1120+
"children": [
1121+
{
1122+
"label": "Basic Vector Search with StructArray",
1123+
"id": "basic-vector-search-with-structarray.md",
1124+
"order": 0,
1125+
"children": []
1126+
},
1127+
{
1128+
"label": "Filtered Search with StructArray",
1129+
"id": "filtered-search-with-structarray.md",
1130+
"order": 1,
1131+
"children": []
1132+
},
1133+
{
1134+
"label": "Range Search with StructArray",
1135+
"id": "range-search-with-structarray.md",
1136+
"order": 2,
1137+
"children": []
1138+
},
1139+
{
1140+
"label": "Grouping Search with StructArray",
1141+
"id": "grouping-search-with-structarray.md",
1142+
"order": 3,
1143+
"children": []
1144+
},
1145+
{
1146+
"label": "Hybrid Search with StructArray",
1147+
"id": "hybrid-search-with-structarray.md",
1148+
"order": 4,
1149+
"children": []
1150+
},
1151+
{
1152+
"label": "Search with EmbeddingLists: ColBERT and ColPali",
1153+
"id": "search-with-embedding-lists.md",
1154+
"order": 5,
1155+
"children": []
1156+
},
1157+
{
1158+
"label": "Choose an EmbeddingList Search Strategy",
1159+
"id": "choose-an-embeddinglist-search-strategy.md",
1160+
"order": 6,
1161+
"children": []
1162+
}
1163+
]
10901164
},
10911165
{
10921166
"label": "Elasticsearch Queries to Milvus",

0 commit comments

Comments
 (0)