Skip to content

Commit 518b1be

Browse files
Merge pull request #3176 from milvus-io/update-docs-anthony
update docs
2 parents 1dec781 + d62a256 commit 518b1be

File tree

10 files changed

+1140
-1103
lines changed

10 files changed

+1140
-1103
lines changed

assets/data-model-anatomy.png

1.7 MB
Loading

assets/hybrid-search-workflow.png

679 KB
Loading
205 KB
Loading

assets/sparse-vector-workflow.png

243 KB
Loading

scripts/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,26 @@
269269
"token": "ZDYIwC1HwhTrdlbfOgNcOZ4OnWg",
270270
"type": "board",
271271
"alt_text": "multi-language-analyzers-workflow"
272+
},
273+
{
274+
"token": "VPhswBhHmhJrh3byaVnc3onYnPc",
275+
"type": "board",
276+
"alt_text": "sparse-vector-representation"
277+
},
278+
{
279+
"token": "A7FvwnB5bhpBlKbgrzYcQijbnxg",
280+
"type": "board",
281+
"alt_text": "sparse-vector-workflow"
282+
},
283+
{
284+
"token": "Qx7UwgI6jhrku8bAxZqcYxZMnSe",
285+
"type": "board",
286+
"alt_text": "hybrid-search-workflow"
287+
},
288+
{
289+
"token": "Kc3Cweq1AhAmMGbrVgRcTlTKnUf",
290+
"type": "board",
291+
"alt_text": "data-model-anatomy"
272292
}
273293
]
274294
}

site/en/getstarted/schema-hands-on.md

Lines changed: 508 additions & 0 deletions
Large diffs are not rendered by default.

site/en/menuStructure/en.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,16 @@
159159
}
160160
]
161161
},
162+
{
163+
"label": "Data Model Design for Search",
164+
"id": "schema-hands-on.md",
165+
"order": 2,
166+
"children": []
167+
},
162168
{
163169
"label": "Install SDKs",
164170
"id": "install_sdks",
165-
"order": 2,
171+
"order": 3,
166172
"children": [
167173
{
168174
"label": "PyMilvus",
@@ -621,12 +627,6 @@
621627
"id": "alter-collection-field.md",
622628
"order": 12,
623629
"children": []
624-
},
625-
{
626-
"label": "Hands-On",
627-
"id": "schema-hands-on.md",
628-
"order": 13,
629-
"children": []
630630
}
631631
]
632632
},

0 commit comments

Comments
 (0)