You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/markdown/python/nvidia-nim-llama3-pdf-chat/nvidia-nim-llama3-pdf-chat.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,15 @@ description:
11
11
content_type: tutorial
12
12
filter: sdk
13
13
technology:
14
-
- fts
14
+
- vector search
15
15
- kv
16
16
tags:
17
17
- Streamlit
18
18
- LangChain
19
19
- Nvidia NIM
20
20
- LLama3
21
21
- Artificial Intelligence
22
+
- Search Vector Index
22
23
sdk_language:
23
24
- python
24
25
length: 45 Mins
@@ -89,9 +90,9 @@ Specifically, you need to do the following:
89
90
- 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.
90
91
- Create a bucket named `pdf-chat`. We will use the `_default` scope and `_default` collection of this bucket.
91
92
92
-
### Create the Search Index on Full Text Service
93
+
### Create the Search Vector Index on Search Service
93
94
94
-
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.
95
+
We need to create the Search Vector Index on the Search Service in Couchbase. For this demo, you can import the following index using the instructions.
@@ -105,7 +106,7 @@ We need to create the Search Index on the Full Text Service in Couchbase. For th
105
106
- Copy the following Index definition in the Import screen.
106
107
- Click on Create Index to create the index.
107
108
108
-
You may also create a vector index using Search UI on both [Couchbase Capella](https://docs.couchbase.com/cloud/vector-search/create-vector-search-index-ui.html) and [Couchbase Self Managed Server](https://docs.couchbase.com/server/current/vector-search/create-vector-search-index-ui.html).
109
+
You may also create a search vector index using Search UI on both [Couchbase Capella](https://docs.couchbase.com/cloud/vector-search/create-vector-search-index-ui.html) and [Couchbase Self Managed Server](https://docs.couchbase.com/server/current/vector-search/create-vector-search-index-ui.html).
0 commit comments