diff --git a/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md b/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md index 2b658cf314b..9b7e554998f 100644 --- a/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md +++ b/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md @@ -1,4 +1,6 @@ - +--- +title: Extracting Structured Data from Documents using Instructor and Weave +--- :::tip[This is a notebook] diff --git a/docs/notebooks/parse_arxiv_papers.ipynb b/docs/notebooks/parse_arxiv_papers.ipynb index cd726166c51..e7230576c07 100644 --- a/docs/notebooks/parse_arxiv_papers.ipynb +++ b/docs/notebooks/parse_arxiv_papers.ipynb @@ -5,6 +5,12 @@ "id": "922c59ab", "metadata": {}, "source": [ + "\n", + "\n", "# Extracting Structured Data from Documents using Instructor and Weave\n", "\n", "LLMs are widely used in downstream applications which necessitates outputs to be structured in a consistent manner. This often requires the LLM-powered applications to parse unstructured documents (such as PDF files) and extract specific information structured according to a specififc schema.\n",