Skip to content

Commit 0d4545c

Browse files
committed
DA-1253 update: scope and collection name
1 parent 98fb382 commit 0d4545c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/markdown/python/python-haystack-pdf-chat/query_based/python-haystack-pdf-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Specifically, you need to do the following:
106106
### Create Bucket
107107

108108
- For this tutorial, we will use a specific bucket, scope, and collection. However, you may use any name of your choice but make sure to update names in all the steps.
109-
- Create a bucket named `sample-bucket`. We will use the `scope` scope and `coll` collection of this bucket.
109+
- Create a bucket named `sample-bucket`. We will use the `pdf_data` scope and `pdf_chunks` collection of this bucket.
110110

111111
### Automatic Hyperscale Vector Index Creation
112112

@@ -185,7 +185,7 @@ OPENAI_API_KEY = "<openai_api_key>"
185185
186186
> The [connection string](https://docs.couchbase.com/python-sdk/current/howtos/managing-connections.html#connection-strings) expects the `couchbases://` or `couchbase://` part.
187187
188-
> For this tutorial, `DB_BUCKET = sample-bucket`, `DB_SCOPE = scope`, `DB_COLLECTION = coll`.
188+
> For this tutorial, `DB_BUCKET = sample-bucket`, `DB_SCOPE = pdf_data`, `DB_COLLECTION = pdf_chunks`.
189189
190190
### Running the Application
191191

0 commit comments

Comments
 (0)