Skip to content

Commit 67700b3

Browse files
authored
Milvus destination connector for Platform (#267)
1 parent 9cdccf5 commit 67700b3

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@
442442
"pages": [
443443
"platform/destinations/overview",
444444
"platform/destinations/azure-cognitive-search",
445+
"platform/destinations/milvus",
445446
"platform/destinations/pinecone",
446447
"platform/destinations/s3"
447448
]

platform/connectors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ If your source is not listed here, you might still be able to connect Unstructur
2222
## Destinations
2323

2424
- [Azure Cognitive Search](/platform/destinations/azure-cognitive-search)
25+
- [Milvus](/platform/destinations/milvus)
2526
- [Pinecone](/platform/destinations/pinecone)
2627
- [S3](/platform/destinations/s3)
2728

platform/destinations/milvus.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Milvus
3+
---
4+
5+
Send processed data from Unstructured to Milvus.
6+
7+
The following video shows how to fulfill the minimum set of Milvus prerequisites, demonstrating Milvus on IBM watsonx.data.
8+
9+
<iframe
10+
width="560"
11+
height="315"
12+
src="https://www.youtube.com/embed/tl9eV-_nAHI"
13+
title="YouTube video player"
14+
frameborder="0"
15+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16+
allowfullscreen
17+
></iframe>
18+
19+
import MilvusPrerequisites from '/snippets/general-shared-text/milvus.mdx';
20+
21+
<MilvusPrerequisites />
22+
23+
To create the destination connector:
24+
25+
1. On the sidebar, click **Destinations**.
26+
2. Click **New Destination**.
27+
3. In the **Type** drop-down list, select **Milvus**.
28+
4. Fill in the fields as described later on this page.
29+
5. Click **Save and Test**.
30+
6. Click **Close**.
31+
32+
import MilvusFields from '/snippets/general-shared-text/milvus-platform.mdx';
33+
34+
<MilvusFields />

platform/destinations/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To create a destination connector:
1515
4. Fill in the fields according to your connector type. To learn how, click your connector type in the following list:
1616

1717
- [Azure Cognitive Search](/platform/destinations/azure-cognitive-search)
18+
- [Milvus](/platform/destinations/milvus)
1819
- [Pinecone](/platform/destinations/pinecone)
1920
- [S3](/platform/destinations/s3)
2021

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fill in the following fields:
2+
3+
- **Name** (_required_): A unique name for this connector.
4+
- **Username** (_required_): The username to access the Milvus instance.
5+
- **Password** (_required_): The password corresponding to the username to access the instance.
6+
- **Uri** (_required_): The URI of the instance, for example: `https://12345.serverless.gcp-us-west1.cloud.zilliz.com`.
7+
- **Database Name** (_required_): The name of the database in the instance.
8+
- **Collection Name** (_required_): The name of the collection in the database.

0 commit comments

Comments
 (0)