Skip to content

Commit ec6e57e

Browse files
Resolve Logo Issue in Python PDF Chat Tutorial (#25)
resolve logo issue
1 parent f014bdc commit ec6e57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Here, we are creating the index `pdf_search` on the documents. The Vector field
168168
}
169169
},
170170
"sourceType": "gocbcore",
171-
"sourceName": "pdf-docs",
171+
"sourceName": "pdf-chat",
172172
"sourceParams": {},
173173
"planParams": {
174174
"maxPartitionsPerPIndex": 64,
@@ -222,7 +222,7 @@ On the left sidebar, you'll find an option to upload a PDF document you want to
222222

223223
![Main Screen Default View](main_screen_default_view.png)
224224

225-
In the main area, there's a chat screen where you can ask questions about the uploaded PDF document. You will receive two responses: one with context from the PDF (Couchbase Logo <img src="image.ico" alt="couchbase" width="14" /> ) , and one without the PDF context (Bot Logo - 🤖). This demonstrates how the Retrieval Augmented Generation (RAG) model enhances the answers provided by the language model using the PDF content.
225+
In the main area, there's a chat screen where you can ask questions about the uploaded PDF document. You will receive two responses: one with context from the PDF (Couchbase Logo - <img src="image.ico" alt="couchbase" width="16" style="display: inline;" /> ) , and one without the PDF context (Bot Logo - 🤖). This demonstrates how the Retrieval Augmented Generation (RAG) model enhances the answers provided by the language model using the PDF content.
226226

227227
![Main Screen With Message View](main_screen_message_view.png)
228228

0 commit comments

Comments
 (0)