Skip to content

Commit 9f348a9

Browse files
updated text for importing sample data
1 parent 6f5ee90 commit 9f348a9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

autovec-structured/autovec_langchain.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,19 @@
2424
"source": [
2525
"# Data Upload and Preparation\n",
2626
"\n",
27-
"There are various techniques that exist to insert data into the cluster. To read about the techniques, please follow the [sample-data import](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html#import-sample-data) guide.\n",
27+
"There are various techniques that exist to insert data into the cluster. For this tutorial we will be importing sample data set named as `travel-sample`, please follow the steps mentioned below to import the data:\n",
2828
"\n",
29-
"After data upload is complete, follow the next steps to achieve vectorization for your required fields."
29+
"* Go to Data Tools Import.\n",
30+
"\n",
31+
"* Choose Load sample data.\n",
32+
"\n",
33+
"* Choose a sample named `travel-sample`\n",
34+
"\n",
35+
"* Click Import.\n",
36+
"\n",
37+
"To know moer about different methods how you can import the data on capella, please visit the following [link](https://docs.couchbase.com/cloud/guides/load.html).\n",
38+
"\n",
39+
"After data import is complete, follow the next steps to achieve vectorization for your required fields."
3040
]
3141
},
3242
{

0 commit comments

Comments
 (0)