Skip to content

Commit 2a2b047

Browse files
author
Ben Greenberg
committed
include bucket default for config file instructions in readme
1 parent b48c41d commit 2a2b047

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ Once you click on the "Connect" tab, you will see a section called "Couchbase Sh
132132

133133
<img src="workshop_images/get_cbshell_config.png" alt="Get Couchbase Shell config file data" width="50%">
134134

135+
Make sure to add the `default-bucket` field to the config file with the name of the bucket you created earlier.
136+
137+
```bash
138+
default-bucket = "your-bucket-name"
139+
```
140+
141+
You can find an example config file in the `./config_file` directory for reference.
142+
135143
#### Import Data with Couchbase Shell
136144

137145
Change into the directory where the data files with embeddings are:

0 commit comments

Comments
 (0)