Skip to content

Commit

Permalink
add screenshot for config
Browse files Browse the repository at this point in the history
Signed-off-by: ChengZi <[email protected]>
  • Loading branch information
zc277584121 committed Dec 19, 2023
1 parent 4fdff64 commit b359502
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions bootcamp/RAG/zilliz_pipeline_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"## Setup\n",
"### Prerequisites\n",
"Please make sure you have a Serverless cluster in Zilliz Cloud. If not already, you can [sign up for free](https://cloud.zilliz.com/signup). No credit card required!\n",
"\n",
"To learn how to create a Serverless cluster and get your CLOUD_REGION, CLUSTER_ID and API_KEY, please refer to this [page](https://docs.zilliz.com/docs/create-cluster) for more details."
"![](../../images/zilliz_api_key_cluster_id.jpeg)"
]
},
{
Expand All @@ -49,11 +48,23 @@
"source": [
"import os\n",
"\n",
"CLOUD_REGION = 'your CLOUD_REGION'\n",
"CLOUD_REGION = 'gcp-us-west1'\n",
"CLUSTER_ID = 'your CLUSTER_ID'\n",
"API_KEY = 'your API_KEY'"
]
},
{
"cell_type": "markdown",
"source": [
"To learn how to create a Serverless cluster and get your CLOUD_REGION, CLUSTER_ID and API_KEY, please refer to this [page](https://docs.zilliz.com/docs/create-cluster) for more details."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Binary file added images/zilliz_api_key_cluster_id.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b359502

Please sign in to comment.