Skip to content

Commit

Permalink
Merge pull request #1210 from milvus-io/christy-demo
Browse files Browse the repository at this point in the history
Clean up numbering in zilliz connect
  • Loading branch information
christy authored Nov 30, 2023
2 parents 89bb3e2 + 4b060a1 commit d7d45be
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions bootcamp/milvus_connect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -466,21 +466,21 @@
"1. From [cloud.zilliz.com](cloud.zilliz.com), click **\"+ Create Cluster\"**\n",
"2. Select <i>**Starter**</i> option for the cluster and click **\"Next: Create Collection\"**\n",
" <div>\n",
"<img src=\"../images/zilliz_cluster_choose.png\" width=\"60%\"/>\n",
"</div>\n",
" <img src=\"../images/zilliz_cluster_choose.png\" width=\"60%\"/>\n",
" </div>\n",
"\n",
"3. Name your collection with a <i>**Collection Name**</i> and click **\"Create Collection and Cluster\"**.\n",
"4. From the Clusters page, \n",
"1. Name your collection with a <i>**Collection Name**</i> and click **\"Create Collection and Cluster\"**.\n",
"2. From the Clusters page, \n",
" - copy the cluster uri and save somewhere locally.\n",
" - copy your cluster API KEY. Keep this private!\n",
"<div>\n",
"<img src=\"../images/zilliz_cluster_uri_token.png\" width=\"80%\"/>\n",
"</div>\n",
" - copy your cluster API KEY. Keep this private! \n",
" <div>\n",
" <img src=\"../images/zilliz_cluster_uri_token.png\" width=\"80%\"/>\n",
" </div>\n",
"\n",
"1. Add the API KEY to your environment variables. See this [article for instructions](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety) how in either Windows or Mac/Linux environment.\n",
"2. In Jupyter, you'll also need .env file (in same dir as notebooks) containing lines like this:\n",
"3. Add the API KEY to your environment variables. See this [article for instructions](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety) how in either Windows or Mac/Linux environment.\n",
"4. In Jupyter, you'll also need .env file (in same dir as notebooks) containing lines like this:\n",
" - ZILLIZ_API_KEY=value\n",
"3. In your code, connect to your Zilliz cluster, see code example below."
"5. In your code, connect to your Zilliz cluster, see code example below."
]
},
{
Expand Down

0 comments on commit d7d45be

Please sign in to comment.