Skip to content

Commit 3d1db72

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs to preview
1 parent 2dfbee5 commit 3d1db72

7 files changed

Lines changed: 731 additions & 44 deletions

File tree

File renamed without changes.
File renamed without changes.

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

Lines changed: 45 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,15 +1091,21 @@
10911091
]
10921092
},
10931093
{
1094-
"label": "Embeddings & Reranking",
1094+
"label": "Function & Model Inference",
10951095
"id": "embeddings-reranking",
10961096
"order": 6,
10971097
"isMenu": true,
10981098
"children": [
10991099
{
1100-
"label": "Embedding Function",
1101-
"id": "embedding-function",
1100+
"label": "BM25 Function",
1101+
"id": "bm25-function.md",
11021102
"order": 0,
1103+
"children": []
1104+
},
1105+
{
1106+
"label": "Model-based Embedding Functions",
1107+
"id": "embedding-function",
1108+
"order": 1,
11031109
"isMenu": true,
11041110
"children": [
11051111
{
@@ -1167,19 +1173,19 @@
11671173
"id": "google-gemini.md",
11681174
"order": 10,
11691175
"children": []
1170-
},
1171-
{
1172-
"label": "MinHash Function",
1173-
"id": "minhash-function.md",
1174-
"order": 11,
1175-
"children": []
11761176
}
11771177
]
11781178
},
11791179
{
1180-
"label": "Reranking Function",
1180+
"label": "MinHash Function",
1181+
"id": "minhash-function.md",
1182+
"order": 2,
1183+
"children": []
1184+
},
1185+
{
1186+
"label": "Rerank Functions",
11811187
"id": "reranking",
1182-
"order": 1,
1188+
"order": 3,
11831189
"isMenu": true,
11841190
"children": [
11851191
{
@@ -1310,36 +1316,10 @@
13101316
"order": 2,
13111317
"children": []
13121318
},
1313-
{
1314-
"label": "Snapshots",
1315-
"id": "snapshots",
1316-
"order": 3,
1317-
"isMenu": true,
1318-
"children": [
1319-
{
1320-
"label": "Overview",
1321-
"id": "snapshots.md",
1322-
"order": 0,
1323-
"children": []
1324-
},
1325-
{
1326-
"label": "Manage Snapshots",
1327-
"id": "manage-snapshots.md",
1328-
"order": 1,
1329-
"children": []
1330-
},
1331-
{
1332-
"label": "Use Cases",
1333-
"id": "snapshot-use-cases.md",
1334-
"order": 2,
1335-
"children": []
1336-
}
1337-
]
1338-
},
13391319
{
13401320
"label": "Tiered Storage",
13411321
"id": "tiered_storage",
1342-
"order": 4,
1322+
"order": 3,
13431323
"isMenu": true,
13441324
"children": [
13451325
{
@@ -1363,6 +1343,32 @@
13631343
]
13641344
}
13651345
]
1346+
},
1347+
{
1348+
"label": "Snapshots",
1349+
"id": "snapshots",
1350+
"order": 11,
1351+
"isMenu": true,
1352+
"children": [
1353+
{
1354+
"label": "Overview",
1355+
"id": "snapshots.md",
1356+
"order": 0,
1357+
"children": []
1358+
},
1359+
{
1360+
"label": "Manage Snapshots",
1361+
"id": "manage-snapshots.md",
1362+
"order": 1,
1363+
"children": []
1364+
},
1365+
{
1366+
"label": "Use Cases",
1367+
"id": "snapshot-use-cases.md",
1368+
"order": 2,
1369+
"children": []
1370+
}
1371+
]
13661372
}
13671373
]
13681374
},
@@ -3046,4 +3052,4 @@
30463052
}
30473053
]
30483054
}
3049-
]
3055+
]

v3.0.x/site/en/userGuide/collections/create-an-external-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ In a typical AI data pipeline, users may already have stored their data in Parqu
1515

1616
This bring-your-data-to-Milvus workflow creates redundant data that is hard to synchronize and adds to the engineering maintenance burden to ensure data consistency.
1717

18-
![Yqxwwpq3vheya4b8398cwopnnyn](../../../../assets/yqxwwpq3vheya4b8398cwopnnyn.png)
18+
![Bring data to compute workflow](../../../../assets/external-collection-bring-data-to-compute.png)
1919

2020
To resolve these issues, Milvus delivers external collections that let you access your externally stored data from Milvus without worrying about data synchronization and ETL pipelines.
2121

22-
![Q6f4wtcd2h3pnkbnmxncw3urn3f](../../../../assets/q6f4wtcd2h3pnkbnmxncw3urn3f.png)
22+
![Bring compute to data workflow](../../../../assets/external-collection-bring-compute-to-data.png)
2323

2424
Once created, an external collection can access your data directly and keep it in the same place where you store it. In the background, Milvus creates manifest files to record the mappings between the Milvus metadata and the rows in external data files. After the manifest files are ready, you can create indexes in the external collection as you would in any managed collection.
2525

0 commit comments

Comments
 (0)