Skip to content

Commit b33c481

Browse files
Update Gemini langchain terminology (#85)
* Update index name and technology tags in tutorial * Update tutorial for Search Index terminology resolved the comments
1 parent 0828088 commit b33c481

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ description:
1111
content_type: tutorial
1212
filter: sdk
1313
technology:
14-
- fts
14+
- vector search
1515
- kv
1616
tags:
1717
- Streamlit
1818
- LangChain
1919
- Google Gemini
2020
- Artificial Intelligence
21+
- Search Vector Index
2122
sdk_language:
2223
- python
2324
length: 45 Mins
@@ -81,9 +82,9 @@ Specifically, you need to do the following:
8182
- For the purpose of this tutorial, we will be using specific bucket, scope and collection. However, you may use any name of your choice but make sure to update names in all the steps.
8283
- Create a bucket named `pdf-chat`. We will use the `_default` scope and `_default` collection of this bucket.
8384

84-
### Create the Search Index on Full Text Service
85+
### Create the Search Index on Search Service
8586

86-
We need to create the Search Index on the Full Text Service in Couchbase. For this demo, you can import the following index using the instructions.
87+
We need to create the Search Index on the Search Service in Couchbase. For this demo, you can import the following index using the instructions.
8788

8889
- [Couchbase Capella](https://docs.couchbase.com/cloud/search/import-search-index.html)
8990

@@ -194,7 +195,7 @@ DB_PASSWORD = "<password_for_couchbase_cluster>"
194195
DB_BUCKET = "<name_of_bucket_to_store_documents>"
195196
DB_SCOPE = "<name_of_scope_to_store_documents>"
196197
DB_COLLECTION = "<name_of_collection_to_store_documents>"
197-
INDEX_NAME = "<name_of_fts_index_with_vector_support>"
198+
INDEX_NAME = "<name_of_search-vector_index_with_vector_support>"
198199
LOGIN_PASSWORD = "<password to access the streamlit app>"
199200
```
200201

0 commit comments

Comments
 (0)