docs: Fix link for partition_pdf in Semi_Structured_RAG.ipynb cookbook (#20763)

docs: Fix link for `partition_pdf` in Semi_Structured_RAG.ipynb cookbook

- **Description:** Fix incorrect link to unstructured-io `partition_pdf`
section
This commit is contained in:
Tabish Mir 2024-04-22 18:22:55 -05:00 committed by GitHub
parent fa4d6f9f8b
commit 6a0d44d632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@
"\n", "\n",
"Apply to the [`LLaMA2`](https://arxiv.org/pdf/2307.09288.pdf) paper. \n", "Apply to the [`LLaMA2`](https://arxiv.org/pdf/2307.09288.pdf) paper. \n",
"\n", "\n",
"We use the Unstructured [`partition_pdf`](https://unstructured-io.github.io/unstructured/bricks/partition.html#partition-pdf), which segments a PDF document by using a layout model. \n", "We use the Unstructured [`partition_pdf`](https://unstructured-io.github.io/unstructured/core/partition.html#partition-pdf), which segments a PDF document by using a layout model. \n",
"\n", "\n",
"This layout model makes it possible to extract elements, such as tables, from pdfs. \n", "This layout model makes it possible to extract elements, such as tables, from pdfs. \n",
"\n", "\n",