Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions snippets/general-shared-text/milvus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

The following video shows how to fulfill the minimum set of requirements for Milvus cloud-based instances, demonstrating Milvus on IBM watsonx.data:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/tl9eV-_nAHI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- For Zilliz Cloud, you will need:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/ASEmYryJpkU"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- A [Zilliz Cloud account](https://cloud.zilliz.com/signup).
- A [Zilliz Cloud cluster](https://docs.zilliz.com/docs/create-cluster).
- The URI of the cluster, also known as the cluster's _public endpoint_, which takes a format such as
Expand All @@ -35,6 +35,16 @@ allowfullscreen

- For Milvus on IBM watsonx.data, you will need:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/hLCwoe2fCnc"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- An [IBM Cloud account](https://cloud.ibm.com/registration).
- The [IBM watsonx.data subscription plan](https://cloud.ibm.com/docs/watsonxdata?topic=watsonxdata-getting-started).
- A [Milvus service instance in IBM watsonx.data](https://cloud.ibm.com/docs/watsonxdata?topic=watsonxdata-adding-milvus-service).
Expand Down