Skip to content

Commit 9d41c7c

Browse files
committed
Clarified connection string requirements in Bedrock Serverless PDF Chat tutorial by removing the ?tls_verify=none part for improved accuracy.
1 parent 8a063e7 commit 9d41c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -198,7 +198,7 @@ CB_COLLECTION=name_of_collection_to_store_documents
198198
INDEX_NAME=name_of_fts_index_with_vector_support
199199
```
200200

201-
> The [connection string](https://docs.couchbase.com/python-sdk/current/howtos/managing-connections.html#connection-strings) expects the `couchbases://` or `couchbase://` part. Furthermore, append `?tls_verify=none` to the connection string. In the end, the connection string must look something like this: `couchbases://capella.connection.string.com?tls_verify=none`.
201+
> 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`.
202202
203203
> For this tutorial, `CB_BUCKET = pdf-chat`, `CB_SCOPE = shared`, `CB_COLLECTION = docs` and `INDEX_NAME = pdf_search`.
204204

0 commit comments

Comments
 (0)