Skip to content

Commit e585cb7

Browse files
Update tutorial/markdown/python/nvidia-nim-llama3-pdf-chat/nvidia-nim-llama3-pdf-chat.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6201c14 commit e585cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/markdown/python/nvidia-nim-llama3-pdf-chat/nvidia-nim-llama3-pdf-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ DB_PASSWORD = "<password_for_couchbase_cluster>"
202202
DB_BUCKET = "<name_of_bucket_to_store_documents>"
203203
DB_SCOPE = "<name_of_scope_to_store_documents>"
204204
DB_COLLECTION = "<name_of_collection_to_store_documents>"
205-
INDEX_NAME = "<name_of_search-vector_index_with_vector_support>"
205+
INDEX_NAME = "<name_of_search_index_with_vector_support>"
206206
LOGIN_PASSWORD = "<password to access the streamlit app>"
207207
```
208208

0 commit comments

Comments
 (0)