Skip to content

Commit 5f0942a

Browse files
committed
Update bedrock-serverless-pdf-chat.md
1 parent 3fe5bab commit 5f0942a

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_fts_index_with_vector_support
198+
INDEX_NAME=name_of_search_vector_index_with_vector_support
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)