Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description:
content_type: tutorial
filter: sdk
technology:
- fts
- vector search
- kv
tags:
- Streamlit
Expand Down Expand Up @@ -194,7 +194,7 @@ DB_PASSWORD = "<password_for_couchbase_cluster>"
DB_BUCKET = "<name_of_bucket_to_store_documents>"
DB_SCOPE = "<name_of_scope_to_store_documents>"
DB_COLLECTION = "<name_of_collection_to_store_documents>"
INDEX_NAME = "<name_of_fts_index_with_vector_support>"
INDEX_NAME = "<name_of_search-vector_index_with_vector_support>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency in the placeholder text, consider using only underscores instead of a mix of hyphens and underscores. This improves readability.

Suggested change
INDEX_NAME = "<name_of_search-vector_index_with_vector_support>"
INDEX_NAME = "<name_of_search_vector_index_with_vector_support>"

LOGIN_PASSWORD = "<password to access the streamlit app>"
```

Expand Down
Loading