Skip to content

Commit 9f6fb58

Browse files
Update tutorial/markdown/python/bedrock-serverless-pdf-chat/bedrock-serverless-pdf-chat.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dc1accb commit 9f6fb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/markdown/python/bedrock-serverless-pdf-chat/bedrock-serverless-pdf-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CB_PASSWORD=password_for_couchbase_cluster
195195
CB_BUCKET=name_of_bucket_to_store_documents
196196
CB_SCOPE=name_of_scope_to_store_documents
197197
CB_COLLECTION=name_of_collection_to_store_documents
198-
INDEX_NAME=name_of_search_vector_index_with_vector_support
198+
INDEX_NAME=name_of_search_vector_index
199199
```
200200

201201
> The [connection string](https://docs.couchbase.com/python-sdk/current/howtos/managing-connections.html#connection-strings) expects the `couchbases://` or `couchbase://` part. In the end, the connection string must look something like this: `couchbases://capella.connection.string.com`.

0 commit comments

Comments
 (0)