Describe the bug
Quickstart "Build a Retrieval Augmented Generation (RAG) based LLM assistant using Streamlit and Snowflake Cortex Search", section 3, shows the following:
"After completing all the steps in this section you should see the following objects in your database:
The DOCS_CHUNKS_TABLE that contains the text and categories for each document
The DOCS Stage with your PDF files
The PDF_TEXT_CHUNKER function that extracts and chunk the text from the PDF files"
The last bullet does not apply as the quick start no longer uses (or mentions) the pdf_text_chunker function elsewhere.
URL of where you see the bug
https://quickstarts.snowflake.com/guide/ask_questions_to_your_own_documents_with_snowflake_cortex_search/#2
To Reproduce
N/A
Expected behavior
Remove the last bullet
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context