|
462 | 462 | "children": [] |
463 | 463 | }, |
464 | 464 | { |
465 | | - "label": "Array of Structs", |
466 | | - "id": "array-of-structs.md", |
| 465 | + "label": "StructArray", |
| 466 | + "id": "structarray", |
467 | 467 | "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 | + ] |
469 | 500 | }, |
470 | 501 | { |
471 | 502 | "label": "Geometry Field", |
|
1083 | 1114 | "children": [] |
1084 | 1115 | }, |
1085 | 1116 | { |
1086 | | - "label": "Search with Embedding Lists", |
1087 | | - "id": "search-with-embedding-lists.md", |
| 1117 | + "label": "Search with StructArray", |
| 1118 | + "id": "search-with-structarray", |
1088 | 1119 | "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 | + ] |
1090 | 1164 | }, |
1091 | 1165 | { |
1092 | 1166 | "label": "Elasticsearch Queries to Milvus", |
|
0 commit comments