Skip to content

Commit e34b3f2

Browse files
Update index name and technology tags in tutorial
1 parent b5dc10a commit e34b3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/markdown/python/gemini-langchain-pdf-chat/gemini-langchain-pdf-chat-py.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description:
1111
content_type: tutorial
1212
filter: sdk
1313
technology:
14-
- fts
14+
- vector search
1515
- kv
1616
tags:
1717
- Streamlit
@@ -194,7 +194,7 @@ DB_PASSWORD = "<password_for_couchbase_cluster>"
194194
DB_BUCKET = "<name_of_bucket_to_store_documents>"
195195
DB_SCOPE = "<name_of_scope_to_store_documents>"
196196
DB_COLLECTION = "<name_of_collection_to_store_documents>"
197-
INDEX_NAME = "<name_of_fts_index_with_vector_support>"
197+
INDEX_NAME = "<name_of_search-vector_index_with_vector_support>"
198198
LOGIN_PASSWORD = "<password to access the streamlit app>"
199199
```
200200

0 commit comments

Comments
 (0)