Skip to content

Commit e2cab7f

Browse files
committed
DA-1253 update: query python script file
1 parent 0d4545c commit e2cab7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/markdown/python/python-haystack-pdf-chat/query_based/python-haystack-pdf-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ After starting Couchbase server and installing dependencies, our application is
194194
In the projects root directory, run the following command
195195

196196
```sh
197-
streamlit run chat_with_pdf.py
197+
streamlit run chat_with_pdf_with_query_vector_index.py
198198
```
199199

200200
The application will run on your local machine at http://localhost:8501.
@@ -270,7 +270,7 @@ By combining Vector Search with Couchbase, RAG, and Haystack, the PDF Chat app c
270270

271271
## Let us Understand the Flow
272272

273-
To begin this tutorial, clone the repo and open it up in the IDE of your choice. Now you can learn how to create the PDF Chat App. The whole code is written in `chat_with_pdf.py` file.
273+
To begin this tutorial, clone the repo and open it up in the IDE of your choice. Now you can learn how to create the PDF Chat App. The whole code is written in `chat_with_pdf_with_query_vector_index.py` file.
274274

275275
### App Flow
276276

0 commit comments

Comments
 (0)